mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
14 lines
337 B
Text
14 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
|
||
|
|