Class: Confo::Preconfigurator

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/confo/preconfigurator.rb

Instance Method Summary collapse

Instance Method Details

#preconfigure(config) ⇒ Object



5
6
7
# File 'lib/confo/preconfigurator.rb', line 5

def preconfigure(config)
  raise PreconfiguratorNotImplementedError
end