# File lib/dm-types/csv.rb, line 26 26: def dump(value) 27: case value 28: when ::Array 29: CSV.generate { |csv| value.each { |row| csv << row } } 30: when ::String then value 31: end 32: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.