Module: Peacock::Engine

Defined in:
lib/peacock/engine/engine.rb,
lib/peacock/engine/ignorer.rb,
lib/peacock/engine/extractor.rb

Defined Under Namespace

Modules: Engine Classes: Extractor, Ignorer

Class Method Summary collapse

Class Method Details

.execute(opt_hash) ⇒ Object



7
8
9
# File 'lib/peacock/engine/engine.rb', line 7

def self.execute(opt_hash)
  opt_hash.engine.start_engine(opt_hash)  # opt_hash.engine returns the engine as a class on which we will call the general method start_engine
end