Skip to content

Instantly share code, notes, and snippets.

@joshprice
Created May 21, 2009 03:30
Show Gist options
  • Save joshprice/115256 to your computer and use it in GitHub Desktop.
Save joshprice/115256 to your computer and use it in GitHub Desktop.
IO.read("testfile") # reads testfile in as a string
IO.readlines("testfile") # reads testfile in as an array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment