method

table

ruby latest stable - Class: CSV
table(path, **options)
public

A shortcut for:

CSV.read( path, { headers:           true,
                  converters:        :numeric,
                  header_converters: :symbol }.merge(options) )