Skip to content

Instantly share code, notes, and snippets.

@knewter
Created March 18, 2010 21:07
Show Gist options
  • Save knewter/336893 to your computer and use it in GitHub Desktop.
Save knewter/336893 to your computer and use it in GitHub Desktop.
irb(main):001:0> require 'CSV'
LoadError: no such file to load -- CSV
from (irb):1:in `require'
from (irb):1
irb(main):002:0> require 'csv'
=> true
irb(main):003:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment