aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax
Commit message (Expand)AuthorAgeFilesLines
* methods.rdoc: Improve method definition documentationMarcus Stollsteimer2020-12-261-18/+20
* methods.rdoc: Clarify "currently" means "in 2.7" hereMarcus Stollsteimer2020-12-261-1/+1
* Update method definition documentationzverok2020-12-251-0/+86
* Adjusted the heading level of "Block Arguments" [ci skip]Nobuyoshi Nakada2020-12-251-1/+1
* doc/syntax/pattern_matching.rdoc: fix typos, grammar, styleMarcus Stollsteimer2020-12-241-23/+23
* Tweak magic comments [doc]Marc-Andre Lafortune2020-12-241-9/+9
* remove redundant example.Koichi Sasada2020-12-241-1/+0
* shareable_constant_value: experimental_copyKoichi Sasada2020-12-241-5/+30
* Small improvements in magic comments docsMarcus Stollsteimer2020-12-231-13/+13
* Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune2020-12-231-0/+192
* Fix a message in example codeKazuki Tsujimoto2020-12-231-1/+1
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-221-18/+37
* Fix markups and indentationKazuki Tsujimoto2020-12-201-8/+8
* Fix typosKazuki Tsujimoto2020-12-201-3/+3
* Update documentation for pattern matchingKazuki Tsujimoto2020-12-201-12/+88
* Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto2020-12-131-2/+10
* -> creates a lambda so this updates the documentation to reflect thatJames Koenig2020-11-301-1/+1
* Pattern matching is no longer experimentalKazuki Tsujimoto2020-11-011-48/+18
* Respectively, instead of respentivelyVictor Goff2020-10-121-1/+1
* doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada2020-09-291-2/+3
* doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh2020-09-291-0/+3
* Clarify behavior of super in method in module included in refinement [ci skip]Jeremy Evans2020-07-101-1/+2
* [ci skip] Rdoc enhancements for Array (#3063)Burdette Lamar2020-05-151-1/+35
* Removed NIL/TRUE/FALSE from documents tooKazuhiro NISHIYAMA2020-04-171-3/+0
* Fix typosKazuki Tsujimoto2020-04-051-2/+2
* Enhance pattern matching introductionzverok2020-04-041-27/+16
* Document defined? and global_variables handling of regexp global variables [c...Jeremy Evans2020-03-061-0/+30
* Add pattern matching documentationzverok2020-02-242-1/+456
* Update documentation for Array/Hash Argument section of methods.rdocAdam Isom2020-01-171-2/+13
* Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun2019-12-311-1/+1
* [DOC] Fix typoMarcus Stollsteimer2019-12-241-1/+1
* Fix typos of previous docs PRzverok2019-12-231-1/+1
* Update private visibility explanationzverok2019-12-221-3/+35
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Documentation improvements for Ruby corezverok2019-10-262-1/+45
* Document the difference between expressions and statements [ci skip]Jeremy Evans2019-10-102-3/+65
* Add documentation regarding keyword argument separation [ci skip]Jeremy Evans2019-10-032-1/+97
* Minor updates to methods and calling_methods documentation [ci skip]Jeremy Evans2019-10-032-24/+32
* [DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada2019-09-201-1/+1
* Update NEWS and documents [ci skip]Nobuyoshi Nakada2019-09-202-3/+4
* Use the word heredocs in Here Documents docsOlivier Lacan2019-08-041-1/+1
* Document use of ensure and else at method level [ci skip]Jeremy Evans2019-07-191-0/+22
* Remove section on performance advantage of not using a block parameter [ci skip]Jeremy Evans2019-07-191-5/+0
* Remove mention of Proc.new with implicit block [ci skip]Jeremy Evans2019-07-191-4/+0
* Document evaluation order of arguments [ci skip]Jeremy Evans2019-07-191-0/+19
* Document required keyword argument syntax [ci skip]Jeremy Evans2019-07-191-0/+11
* Improve wording of Local Variables and eval sectionJeremy Evans2019-06-251-7/+7
* * remove trailing spaces.git2019-06-261-1/+1
* Document local variable interactions with evalJeremy Evans2019-06-251-0/+22
* Fix typoMarcus Stollsteimer2019-05-031-1/+1