aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disallow also CR in here-doc identifierNobuyoshi Nakada2019-04-291-1/+1
* parse.y: fix here-doc identifier with newlineNobuyoshi Nakada2019-04-291-0/+3
* Introduce beginless range [Feature#14799]mame2019-04-031-0/+1
* Update refinements docstenderlove2019-01-101-4/+2
* Small improvement in refinements docsstomar2018-12-241-2/+2
* range.c: Documentation on endless ranges.marcandre2018-12-121-0/+1
* [DOC] rational and imaginary literals [ci skip]nobu2018-11-171-0/+27
* Improve safe navigation operator's docs [Misc #15109]aycabta2018-10-201-4/+23
* [DOC] Refinements on modules are allowedhsbt2018-01-301-2/+1
* Fix typos.hsbt2018-01-101-1/+1
* doc/syntax/refinements.rdoc: fix typosstomar2017-12-081-2/+2
* Specify refinement inheritance by Module#include.shugo2017-12-031-0/+23
* refinements.rdoc: improve docsstomar2017-11-071-3/+4
* doc/syntax/methods.rdoc: fix a misleading examplerhe2017-10-221-3/+3
* * remove trailing spaces.svn2017-10-211-1/+1
* Clarify return value for assignment methods.hsbt2017-10-211-1/+5
* refinements.rdoc: [DOC] improved [Fix GH-1659]nobu2017-06-231-14/+14
* methods.rdoc: small improvementsstomar2017-03-291-9/+9
* doc: Fix error for escape sequences in string literalsnormal2017-02-031-1/+1
* * doc/syntax/control_expressions.rdoc: Add missing 'as'hsbt2016-09-301-2/+2
* Use https instead of http in some URLskazu2016-09-111-1/+1
* methods.rdoc: closing tagnobu2016-05-211-1/+1
* * doc/syntax/calling_methods.rdoc: fix old operator for safe navigationhsbt2015-12-301-1/+1
* * doc/syntax/*.rdoc: separated modifier at sentence.hsbt2015-12-189-53/+45
* * doc/syntax/refinements.rdoc: remove outdated description.shugo2015-12-091-6/+0
* parse.y: indented hereocnobu2015-12-071-0/+14
* * doc/syntax/refinements.rdoc: update documentation to reflectshugo2015-11-181-26/+34
* * NEWS: [DOC] In the new safe call syntax, arguments are evaluatedknu2015-10-231-1/+1
* Safe navigation operatornobu2015-10-221-0/+4
* [DOC] Remove `\0` since it's aprt of octal notationknu2015-09-161-2/+1
* [DOC] `\0` is interpreted as NUL only if not followed by an octal digit.knu2015-09-161-1/+1
* literals.rdoc: add DEL [ci skip]nobu2015-09-161-0/+3
* [DOC] Revise the character literal part.knu2015-09-161-13/+12
* [DOC] Document the full list of supported escape sequences in string literalsknu2015-09-161-2/+25