irbでブロックを使ってファイル作成 

irbで作ろう

これだけ、たった1行でファイルがすぐに作成できます。

File.open(“exfile.txt” , “w”,encoding:”utf-8″) { |file| file.puts “Hello World”}