Class: String
- Inherits:
-
Object
- Object
- String
- 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( = Hash.new) RightCSV.parse_line(self, ) end |