Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rightcsv.rb

Instance Method Summary collapse

Instance Method Details

#parse_csv(options = Hash.new) ⇒ Object



36
37
38
# File 'lib/rightcsv.rb', line 36

def parse_csv(options = Hash.new)
  RightCSV.parse_line(self, options)
end