module Peacock::Engine

Public Class Methods

execute(opt_hash) click to toggle source
# 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