Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | [DOC] Prefer the original file names over generated names | Nobuyoshi Nakada | |
Should also the label in an explicit `rdoc-ref:` link be converted in the future? | |||
2019-10-10 | Document the difference between expressions and statements [ci skip] | Jeremy Evans | |
In the grammar, all expressions are statements, but not all statements are expressions. Some parts of the grammar accept expressions and not other types of statements, which causes similar looking code to parse differently due to operator precedence. Mostly from Dan0042 (Daniel DeLorme). Fixes [Bug #16092] | |||
2013-01-15 | * doc/syntax/methods.rdoc (Method Names): Added method names including | drbrain | |
operator methods. * doc/syntax/methods.rdoc (Return Values): Added note that assignment methods ignore return values. * doc/syntax/precedence.rdoc: Added document describing precedence. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |