module Csvdb

Constants

VERSION

Public Instance Methods

new(opts = {}) click to toggle source
# File lib/csvdb.rb, line 11
def new(opts = {})
  Table.new(opts)
end