On Jun 28, 2006, at 3:16 PM, ara.t.howard / noaa.gov wrote: > > # now i have to this this > row = row.split(//).map{|char| char[0]} > This is off on a tangent here but, ara why not just row = row.to_enum(:each_byte).to_a