Skip to content

Instantly share code, notes, and snippets.

@sei0o
Created February 8, 2015 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sei0o/af5ac6da4f01f8a4ab34 to your computer and use it in GitHub Desktop.
Save sei0o/af5ac6da4f01f8a4ab34 to your computer and use it in GitHub Desktop.
ファイル生成&書き込み
str = "hogehoge"
File.open "puyo.txt", "w" do |f|
f.write str
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment