Method: FDB::DirectoryLayer#create_or_open

Defined in:
lib/fdbdirectory.rb

#create_or_open(db_or_tr, path, options = {}) ⇒ Object



175
176
177
# File 'lib/fdbdirectory.rb', line 175

def create_or_open(db_or_tr, path, options={})
  create_or_open_internal(db_or_tr, path, true, true, options)
end