1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/syntax
Jeremy Evans 4adb012926 Anonymous block forwarding allows a method to forward a passed
block to another method without having to provide a name for the
block parameter.

Implements [Feature #11256]

Co-authored-by: Yusuke Endoh mame@ruby-lang.org
Co-authored-by: Nobuyoshi Nakada nobu@ruby-lang.org
2021-11-18 14:17:57 -08:00
..
assignment.rdoc
calling_methods.rdoc
comments.rdoc Clarify docs about magic comments placement 2021-10-30 09:59:59 +09:00
control_expressions.rdoc
exceptions.rdoc
literals.rdoc Remove extra word in heredoc documentation 2021-05-20 12:24:41 -07:00
methods.rdoc Anonymous block forwarding allows a method to forward a passed 2021-11-18 14:17:57 -08:00
miscellaneous.rdoc
modules_and_classes.rdoc
pattern_matching.rdoc Allow omission of parentheses in one line pattern matching [Feature #16182] 2021-08-19 17:07:58 +09:00
precedence.rdoc
refinements.rdoc