Method: BeerDb.read_setup

Defined in:
lib/beerdb/models.rb

.read_setup(setup, include_path, opts = {}) ⇒ Object



71
72
73
74
# File 'lib/beerdb/models.rb', line 71

def self.read_setup( setup, include_path, opts={} )
  reader = Reader.new( include_path, opts )
  reader.load_setup( setup )
end