# File lib/faster_csv.rb, line 12 def self.const_missing(*_) raise NotImplementedError, "Please switch to Ruby 1.9's standard CSV " + "library. It's FasterCSV plus support for " + "Ruby 1.9's m17n encoding engine." end