Parent

Methods

String

Public Instance Methods

parse_csv(options = Hash.new) click to toggle source

Equivalent to FasterCSV::parse_line(self, options).

# File lib/faster_csv.rb, line 2022
def parse_csv(options = Hash.new)
  FasterCSV.parse_line(self, options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.