Class: BiblioTech::Builders::NullAdapter

Inherits:
Base
  • Object
show all
Defined in:
lib/bibliotech/builders.rb

Instance Attribute Summary

Attributes inherited from Base

#config

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