ファイル出力

foo = File.open("foo.txt",'w')
foo.puts 'bar'
foo.close

ネタ元