Hi, In message "Re: [ ruby-Bugs-10111 ] each_with_index (Enumerable) does not forward arguments to each" on Sun, 15 Apr 2007 07:14:57 +0900, <noreply / rubyforge.org> writes: |Initial Comment: |each_with_index (Enumerable) does not forward any arguments to each. Hence the following does not work: |"a b c".each_with_index(" ") {|x| p x} It will (in 1.9). matz.