Module: ExistDB::IndexFactory

Defined in:
lib/existdb/index_factory.rb

Defined Under Namespace

Classes: IndexFactory

Class Method Summary collapse

Class Method Details

.configure(*opts, &block) ⇒ Object



4
5
6
7
# File 'lib/existdb/index_factory.rb', line 4

def configure(*opts, &block)
    cfg = IndexFactory.new(*opts, &block)
    cfg.configure
end