diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-24 00:40:49 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-24 00:40:49 +0000 |
commit | 30a9931bbc96a3ccda672a2cfb0ed0cd883d7c18 (patch) | |
tree | 0224e7bdc05460551d35a19a0636cbec5c344339 /doc/syntax.rdoc | |
parent | f031aec4233d7a6d4622c048abed3e86eb5dd6c2 (diff) | |
download | ruby-30a9931bbc96a3ccda672a2cfb0ed0cd883d7c18.tar.gz |
* doc/syntax/refinements.rdoc: Added refinements document based on
the specification from the wiki.
* doc/syntax.rdoc: Added link to refinements document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r-- | doc/syntax.rdoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax.rdoc b/doc/syntax.rdoc index d840d936ed..fe0f98ce4c 100644 --- a/doc/syntax.rdoc +++ b/doc/syntax.rdoc @@ -26,6 +26,9 @@ Exceptions[rdoc-ref:syntax/exceptions.rdoc] :: Precedence[rdoc-ref:syntax/precedence.rdoc] :: Precedence of ruby operators +Refinements[rdoc-ref:syntax/refinements.rdoc] :: + Use and behavior of the experimental refinements feature + Miscellaneous[rdoc-ref:syntax/miscellaneous.rdoc] :: +alias+, +undef+, +BEGIN+, +END+ |