From: noreply@... Date: 2007-04-15T07:14:57+09:00 Subject: [ ruby-Bugs-10111 ] each_with_index (Enumerable) does not forward arguments to each Bugs item #10111, was opened at 2007-04-14 22:14 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=10111&group_id=426 Category: Standard Library Group: 1.8.x Status: Open Resolution: None Priority: 3 Submitted By: Markus Schmaus (unique2) Assigned to: Nobody (None) Summary: each_with_index (Enumerable) does not forward arguments to each 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} ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=10111&group_id=426