From: Ryan Davis Date: 2011-06-02T06:16:36+09:00 Subject: [ruby-core:36676] Re: [Ruby 1.9 - Bug #4757] Attempt to make Enumerator docs more clear (patch included) On Jun 1, 2011, at 08:20 , Yusuke ENDOH wrote: > The sample code looks very good! Thank you! > But it is hard for me to parse the explanation: > > "Set the value for the next yield in the enumerator returns." totally agree... I just changed it to: * Sets the value to be returned by the next yield inside +e+. * * If the value is not set, the yield returns nil. * * This value is cleared after being yielded.