Module: BEL::RdfRepository::ClassMethods

Included in:
Plugins::Memory, Plugins::Mongo
Defined in:
lib/bel/rdf_repository.rb

Instance Method Summary collapse

Instance Method Details

#create_repository(options = {}) ⇒ Object

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/bel/rdf_repository.rb', line 13

def create_repository(options = {})
  raise NotImplementedError.new("#{__method__} is not implemented.")
end