From: matz@... (Yukihiro Matsumoto) Date: 2003-10-07T12:52:47+09:00 Subject: Re: Enumerable#inject is surprising me... Hi, In message "Re: Enumerable#inject is surprising me..." on 03/10/07, nobu.nokada@softhome.net writes: |> ['a'].inject(''){break 'b'} # => 'b' | |But this doesn't work as Nathaniel expected. It returns last |iteration value, "". Commit the fix, please. matz.