Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created January 6, 2018 17:23
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 chuckremes/9fa24ae4447c1ea4b3da32851b63e8fc to your computer and use it in GitHub Desktop.
Save chuckremes/9fa24ae4447c1ea4b3da32851b63e8fc to your computer and use it in GitHub Desktop.
file = File.open('/tmp/u', 'r')
file.each(5) do |line|
p line, file.pos
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment