Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created December 18, 2017 18:32
Show Gist options
  • Save anonymous/8c3a5ec47e8d9845e13cd96c9bd58521 to your computer and use it in GitHub Desktop.
Save anonymous/8c3a5ec47e8d9845e13cd96c9bd58521 to your computer and use it in GitHub Desktop.
$test = []
File.open('test.txt').each do |line|
$test.push line.chomp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment