fastercsv.rb 227 B

12345678910
  1. #!/usr/local/bin/ruby -w
  2. # fastercsv.rb
  3. #
  4. # Created by James Edward Gray II on 2006-04-01.
  5. # Copyright 2012 Gray Productions. All rights reserved.
  6. #
  7. # This file is just another name for faster_csv.rb.
  8. require "faster_csv"