aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Add documentation for hash value omission syntaxVictor Shepelev2021-12-202-0/+26
* Enhanced RDoc for literals.rdoc (#5213)Burdette Lamar2021-12-061-36/+118
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-21/+23
* Enhanced RDoc for numeric.c (#5184)Burdette Lamar2021-11-271-10/+14
* Anonymous block forwarding allows a method to forward a passedJeremy Evans2021-11-181-1/+8
* Clarify docs about magic comments placementPeter Leitzen2021-10-301-3/+3
* Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto2021-08-191-1/+7
* One-line pattern matching is no longer experimentalKazuki Tsujimoto2021-07-171-1/+1
* Add pattern matching pin support for instance/class/global variablesJeremy Evans2021-07-151-1/+31
* Remove extra word in heredoc documentationJeremy Evans2021-05-201-1/+1
* Update keyword argument description in method syntax guideJeremy Evans2021-05-111-77/+9
* [Doc] Fix a typo s/invokations/invocations/wonda-tea-coffee2021-04-251-1/+1
* Pattern matching pin operator against expression [Feature #17411]Kazuki Tsujimoto2021-03-211-0/+1
* [Doc] Fix multiple `Magic Comments` exampleKenichi Kamiya2021-03-131-1/+1
* 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