aboutsummaryrefslogtreecommitdiffstats
path: root/doc/keywords.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* doc/keywords.rdoc: fix typoMarcus Stollsteimer2020-12-241-1/+1
|
* doc/keywords.rdoc: mention pattern matching in the `in` keyword sectionYusuke Endoh2020-12-241-0/+2
|
* Documentation improvements for Ruby corezverok2019-10-261-1/+3
| | | | | | | | | | | * Top-level `return`; * Documentation for comments syntax; * `rescue` inside blocks; * Enhance `Object#to_enum` docs; * Make `chomp:` option more obvious for `String#each_line` and `#lines`; * Enhance `Proc#>>` and `#<<` docs; * Enhance `Processs` class docs.
* Document the difference between expressions and statements [ci skip]Jeremy Evans2019-10-101-2/+2
| | | | | | | | | | | | 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]
* * doc/keywords.rdoc: [DOC] Describe each keyword.drbrain2014-07-241-4/+155
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * doc/keywords.rdoc: [DOC] Add keywords doc by documenting-ruby/ruby#29zzak2014-02-171-0/+7
https://github.com/documenting-ruby/ruby/pull/29 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e