24 25 26
# File 'lib/virgola.rb', line 24 def parse(csv) @parser = CSVParser.new self, csv.strip.split("\n") end