From: Roger Pack Date: 2011-11-02T06:23:30+09:00 Subject: [ruby-core:40652] Re: [ruby-trunk - Feature #4890] Enumerable#lazy > No, the #force in that example produces the final result. (Note, #to_a should suffice, no need for a special method.) So it basically collects the various blocks, then applies them when #force is called?