Flowdock
table(path, options = Hash.new) public

A shortcut for:

CSV.read( path, { headers:           true,
                  converters:        :numeric,
                  header_converters: :symbol }.merge(options) )
Show source
Register or log in to add new notes.