Skip to content

Instantly share code, notes, and snippets.

@muZk
Created August 21, 2014 19:49
Show Gist options
  • Save muZk/2d8845d09c0eb8969f54 to your computer and use it in GitHub Desktop.
Save muZk/2d8845d09c0eb8969f54 to your computer and use it in GitHub Desktop.
require 'csv'
CSV.foreach 'data/ratings.csv' do |row|
puts row
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment