Skip to content

Instantly share code, notes, and snippets.

@a1GoXplorer
Forked from desa/gist:c7142676835035206221
Last active August 29, 2015 14:13
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 a1GoXplorer/dcbb93442a7753116eca to your computer and use it in GitHub Desktop.
Save a1GoXplorer/dcbb93442a7753116eca to your computer and use it in GitHub Desktop.
##############################################
## Today is a little bit different. We're
## going to be using a few exernal resources
## http://robots.thoughtbot.com/io-in-ruby
## http://ruby.bastardsbook.com/chapters/io/
## http://www.tutorialspoint.com/ruby/ruby_input_output.htm
##
## The general topic is file input/output (io)
## Once You've read through the tutorials, write a script
## that creates a new file, change the contents of the file,
## and renames it.
############################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment