Skip to content

Instantly share code, notes, and snippets.

@23inhouse
Created August 31, 2012 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 23inhouse/3547823 to your computer and use it in GitHub Desktop.
Save 23inhouse/3547823 to your computer and use it in GitHub Desktop.
following twitter
require 'mechanize'
require 'csv'
CSV.foreach('wineries.csv', "r") do |row|
puts row.first
end
@23inhouse
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment