Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Created September 30, 2016 19:52
Show Gist options
  • Select an option

  • Save jessedearing/a8dbdc7d5401ca1b84de1f378774e9fd to your computer and use it in GitHub Desktop.

Select an option

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