Enumerable methods returning Enumerable (was: ruby-dev suumary 26862-26956)

p "abcdefg".each_byte.collect { |x| (x+1).chr }.join => "bcdefgh"

+10 for having this available as soon as possible.

At least to me it feels 'just right'.

cheers

Simon