Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2015 15:00
Show Gist options
  • Save anonymous/a79b305f7e7c39d57ff6 to your computer and use it in GitHub Desktop.
Save anonymous/a79b305f7e7c39d57ff6 to your computer and use it in GitHub Desktop.
file = File.new("a.txt", "w+")
file.write("hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment