Skip to content

Instantly share code, notes, and snippets.

@desa
Created January 14, 2015 15:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save desa/c7142676835035206221 to your computer and use it in GitHub Desktop.
Save desa/c7142676835035206221 to your computer and use it in GitHub Desktop.
file io warmup
##############################################
## 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