summaryrefslogtreecommitdiff
path: root/doc/syntax
AgeCommit message (Expand)Author
2021-08-19Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
2021-05-20Remove extra word in heredoc documentationJeremy Evans
2021-05-11Update keyword argument description in method syntax guideJeremy Evans
2021-04-25[Doc] Fix a typo s/invokations/invocations/wonda-tea-coffee
2021-03-21Pattern matching pin operator against expression [Feature #17411]Kazuki Tsujimoto
2021-03-13[Doc] Fix multiple `Magic Comments` exampleKenichi Kamiya
2020-12-26methods.rdoc: Improve method definition documentationMarcus Stollsteimer
2020-12-26methods.rdoc: Clarify "currently" means "in 2.7" hereMarcus Stollsteimer
2020-12-25Update method definition documentationzverok
2020-12-25Adjusted the heading level of "Block Arguments" [ci skip]Nobuyoshi Nakada
2020-12-24doc/syntax/pattern_matching.rdoc: fix typos, grammar, styleMarcus Stollsteimer
2020-12-24Tweak magic comments [doc]Marc-Andre Lafortune
2020-12-24remove redundant example.Koichi Sasada
2020-12-24shareable_constant_value: experimental_copyKoichi Sasada
2020-12-23Small improvements in magic comments docsMarcus Stollsteimer
2020-12-23Document shareable_constant_value and other magic constants [doc]Marc-Andre Lafortune
2020-12-23Fix a message in example codeKazuki Tsujimoto
2020-12-22Update documentation for pattern matchingKazuki Tsujimoto
2020-12-20Fix markups and indentationKazuki Tsujimoto
2020-12-20Fix typosKazuki Tsujimoto
2020-12-20Update documentation for pattern matchingKazuki Tsujimoto
2020-12-13Reintroduce `expr in pat` [Feature #17371]Kazuki Tsujimoto
2020-11-30-> creates a lambda so this updates the documentation to reflect thatJames Koenig
2020-11-01Pattern matching is no longer experimentalKazuki Tsujimoto
2020-10-12Respectively, instead of respentivelyVictor Goff
2020-09-29doc/syntax/literals.rdoc: explain `#@@foo` too [ci skip]Nobuyoshi Nakada
2020-09-29doc/syntax/literals.rdoc: explain `#@foo` and `#$foo`Yusuke Endoh
2020-07-10Clarify behavior of super in method in module included in refinement [ci skip]Jeremy Evans
2020-05-15[ci skip] Rdoc enhancements for Array (#3063)Burdette Lamar
2020-04-17Removed NIL/TRUE/FALSE from documents tooKazuhiro NISHIYAMA
2020-04-05Fix typosKazuki Tsujimoto
2020-04-04Enhance pattern matching introductionzverok
2020-03-06Document defined? and global_variables handling of regexp global variables [c...Jeremy Evans
2020-02-24Add pattern matching documentationzverok
2020-01-17Update documentation for Array/Hash Argument section of methods.rdocAdam Isom
2019-12-31Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun
2019-12-24[DOC] Fix typoMarcus Stollsteimer
2019-12-23Fix typos of previous docs PRzverok
2019-12-22Update private visibility explanationzverok
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-10-26Documentation improvements for Ruby corezverok
2019-10-10Document the difference between expressions and statements [ci skip]Jeremy Evans
2019-10-03Add documentation regarding keyword argument separation [ci skip]Jeremy Evans
2019-10-03Minor updates to methods and calling_methods documentation [ci skip]Jeremy Evans
2019-09-20[DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada
2019-09-20Update NEWS and documents [ci skip]Nobuyoshi Nakada
2019-08-04Use the word heredocs in Here Documents docsOlivier Lacan
2019-07-19Document use of ensure and else at method level [ci skip]Jeremy Evans