mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
29fd593475
* doc/syntax/exceptions.rdoc: Syntax guide for exceptions * doc/syntax/literals.rdoc: Syntax guide for literals * doc/syntax/methods.rdoc: Syntax guide for methods git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
13 lines
337 B
Text
13 lines
337 B
Text
= Ruby Syntax
|
|
|
|
The Ruby syntax is large and is split up into the following sections:
|
|
|
|
Literals[rdoc-ref:doc/syntax/literals.rdoc] ::
|
|
Numbers, Strings, Arrays, Hashes, etc.
|
|
|
|
Methods[rdoc-ref:doc/syntax/methods.rdoc] ::
|
|
Method and method argument syntax
|
|
|
|
Exceptions[rdoc-ref:doc/syntax/exceptions.rdoc] ::
|
|
Exception handling syntax
|
|
|