Class: BiblioTech::Builders::NullAdapter
- Defined in:
- lib/bibliotech/builders.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
adapter_registry, for, #initialize, null_adapter, register, registry, supported_adapters
Constructor Details
This class inherits a constructor from BiblioTech::Builders::Base
Instance Method Details
#go(cmd) ⇒ Object
78 79 80 |
# File 'lib/bibliotech/builders.rb', line 78 def go(cmd) cmd end |