Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created January 14, 2014 23:49
Show Gist options
  • Save domgetter/8428254 to your computer and use it in GitHub Desktop.
Save domgetter/8428254 to your computer and use it in GitHub Desktop.
File.read("NO.txt", "r:utf-8") {|line| line.split("\t")[1]}.uniq.each do |place|
puts place
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment