Method: Attributor::CSV.decode_string
- Defined in:
- lib/attributor/types/csv.rb
.decode_string(value, _context) ⇒ Object
3 4 5 |
# File 'lib/attributor/types/csv.rb', line 3 def self.decode_string(value, _context) value.split(',') end |