Module: Csvdb

Extended by:
Csvdb
Included in:
Csvdb
Defined in:
lib/csvdb.rb,
lib/csvdb/row.rb,
lib/csvdb/table.rb,
lib/csvdb/errors.rb,
lib/csvdb/version.rb

Defined Under Namespace

Classes: ParseError, Row, SearchError, Table

Constant Summary collapse

VERSION =
"0.1.0"

Instance Method Summary collapse

Instance Method Details

#new(opts = {}) ⇒ Object



11
12
13
# File 'lib/csvdb.rb', line 11

def new(opts = {})
  Table.new(opts)
end