Update Enumerable::Yielder#to_proc document by pocke · Pull Request #3142 · ruby/ruby
The documentation is: Returns a Proc object that takes an argument and yields it. But actually the proc that is returned from Enumerable::Yielder#to_proc receives multiple arguments and yields th...