Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created December 18, 2017 18:32
$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