Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 7, 2015 20:10
Show Gist options
  • Save anonymous/665f3e878b2a9a30a7aa to your computer and use it in GitHub Desktop.
Save anonymous/665f3e878b2a9a30a7aa to your computer and use it in GitHub Desktop.
demo = File.open("/tmp/demo.txt", "r")
demo.each do |line|
puts #{line}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment