Skip to content

Instantly share code, notes, and snippets.

@baroquebobcat
Created March 4, 2011 21:34
Show Gist options
  • Save baroquebobcat/855738 to your computer and use it in GitHub Desktop.
Save baroquebobcat/855738 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'kingdom-assignment'
if CSV.const_defined? :Reader
# require 'fastercsv'
INSTALLED_CSV = FasterCSV
else
INSTALLED_CSV = CSV
end
#other bin stuff here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment