ทดลองใส่โปรแกรม

File.open("toto") do |file|
   file.each_line |line|
      line.chomp!
   end
end