summaryrefslogtreecommitdiff
path: root/doc/syntax.rdoc
blob: b90c0680b76797c0073b78af900d4b19c8bf55b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
= 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