Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Created September 30, 2016 19:52
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 jessedearing/a8dbdc7d5401ca1b84de1f378774e9fd to your computer and use it in GitHub Desktop.
Save jessedearing/a8dbdc7d5401ca1b84de1f378774e9fd to your computer and use it in GitHub Desktop.
File.open(‘hello.txt’, ‘r’) do |f|
while line = f.gets
puts line
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment