From: Martin DeMello Date: 2004-09-03T01:55:19+09:00 Subject: autochomp? Any way to make IO.readlines chomp each line before adding it to the array? (i.e. a = IO.readlines.map {|i| i.chomp} but done in the readlines call itself) martin