Attempt to parse a single instance from the given CSV string
117 118 119
# File 'lib/sequel/plugins/csv_serializer.rb', line 117 def from_csv(csv, opts = OPTS) new.from_csv(csv, opts) end