# File lib/dm-types/csv.rb, line 17 def load(value) case value when ::String then CSV.parse(value) when ::Array then value else nil end end