Skip to content

Instantly share code, notes, and snippets.

@amadden80
Created October 22, 2014 20:54
Show Gist options
  • Save amadden80/40eb8068717fbc13a1fb to your computer and use it in GitHub Desktop.
Save amadden80/40eb8068717fbc13a1fb to your computer and use it in GitHub Desktop.
require csv so it works for both mac and linux
begin
require 'CSV'
rescue
require 'csv'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment