Method: Array#chomp!

Defined in:
lib/rwd/ruby.rb

#chomp!Object



297
298
299
# File 'lib/rwd/ruby.rb', line 297

def chomp!
  self.collect!{|s| s.chomp}
end