method
add_converter
v1_9_3_125 -
Show latest stable
- Class:
CSV
add_converter(var_name, const, name = nil, &converter)private
The actual work method for adding converters, used by both CSV.convert() and CSV.header_convert().
This method requires the var_name of the instance variable to place the converters in, the const Hash to lookup named converters in, and the normal parameters of the CSV.convert() and CSV.header_convert() methods.