Update Enumerable::Yielder#to_proc document (#3142)
This commit is contained in:
parent
64c5bf5721
commit
752041ca11
Notes:
git
2020-05-27 15:47:09 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
@ -1365,7 +1365,7 @@ yielder_yield_push(VALUE obj, VALUE arg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Returns a Proc object that takes an argument and yields it.
|
||||
* Returns a Proc object that takes arguments and yields them.
|
||||
*
|
||||
* This method is implemented so that a Yielder object can be directly
|
||||
* passed to another method as a block argument.
|
||||
|
Loading…
x
Reference in New Issue
Block a user