index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
syntax
/
methods.rdoc
Age
Commit message (
Expand
)
Author
2020-01-17
Update documentation for Array/Hash Argument section of methods.rdoc
Adam Isom
2019-12-24
[DOC] Fix typo
Marcus Stollsteimer
2019-10-03
Add documentation regarding keyword argument separation [ci skip]
Jeremy Evans
2019-10-03
Minor updates to methods and calling_methods documentation [ci skip]
Jeremy Evans
2019-07-19
Document use of ensure and else at method level [ci skip]
Jeremy Evans
2019-07-19
Remove section on performance advantage of not using a block parameter [ci skip]
Jeremy Evans
2019-07-19
Remove mention of Proc.new with implicit block [ci skip]
Jeremy Evans
2019-07-19
Document evaluation order of arguments [ci skip]
Jeremy Evans
2019-07-19
Document required keyword argument syntax [ci skip]
Jeremy Evans
2017-10-22
doc/syntax/methods.rdoc: fix a misleading example
rhe
2017-10-21
* remove trailing spaces.
svn
2017-10-21
Clarify return value for assignment methods.
hsbt
2017-03-29
methods.rdoc: small improvements
stomar
2016-05-21
methods.rdoc: closing tag
nobu
2015-12-18
* doc/syntax/*.rdoc: separated modifier at sentence.
hsbt
2015-04-15
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
hsbt
2015-03-04
* doc/syntax/methods.rdoc: add some missing spaces and
hsbt
2014-09-23
doc: remove trailing spaces
nobu
2014-09-22
* doc/syntax/methods.rdoc: [DOC] [] and []= methods by @process
zzak
2014-03-06
* doc/syntax/methods.rdoc: [DOC] Fix example for block arguments [ci skip]
zzak
2013-12-22
* doc/syntax/methods.rdoc: [DOC] Added example for underscore
zzak
2013-01-19
* doc/syntax/assignment.rdoc: Improved links
drbrain
2013-01-18
* doc/syntax/methods.rdoc: Added Array Decomposition.
drbrain
2013-01-15
* doc/syntax/calling_methods.rdoc: Link to defining methods.
drbrain
2013-01-15
* doc/syntax/methods.rdoc: Fixed link
drbrain
2013-01-15
* doc/syntax/methods.rdoc (Method Names): Added method names including
drbrain
2013-01-15
* doc/syntax/methods.rdoc (Block Argument): Added section on block
drbrain
2013-01-15
* doc/syntax/methods.rdoc (Array/Hash Argument): Moved above Keyword
drbrain
2013-01-05
* doc/syntax/modules_and_classes.rdoc: Added documentation of syntax
drbrain
2013-01-04
* doc/syntax/methods.rdoc: Added return values and scope sections,
drbrain
2012-12-19
* doc/syntax/methods.rdoc: rdoc fix, patch by Dave Brown
marcandre
2012-12-19
* doc/syntax/methods.rdoc: Fixed typo. Thanks to Josh Susser.
drbrain
2012-12-19
* doc/syntax/methods.rdoc: Add () around keyword arguments example for
drbrain
2012-12-17
* doc/syntax/methods.rdoc: Added a description of singleton methods.
drbrain
2012-12-17
* doc/syntax.rdoc: Added syntax guide table of contents
drbrain