method
table
v1_9_2_180 -
Show latest stable
- Class:
CSV
table(path, options = Hash.new)public
A shortcut for:
CSV.read( path, { headers: true, converters: :numeric, header_converters: :symbol }.merge(options) )
table(path, options = Hash.new)A shortcut for:
CSV.read( path, { headers: true, converters: :numeric, header_converters: :symbol }.merge(options) )