Skip to content

Instantly share code, notes, and snippets.

@AnonymousWS
Created May 18, 2015 17:10
Show Gist options
  • Save AnonymousWS/849043f43d6df7716c52 to your computer and use it in GitHub Desktop.
Save AnonymousWS/849043f43d6df7716c52 to your computer and use it in GitHub Desktop.
File.open('quiz.rb', 'r') do |i|
while line = i.gets
puts line.each
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment