Method: DevSuite::Workflow.create_engine

Defined in:
lib/dev_suite/workflow/workflow.rb

.create_engine(context = {}, **options) ⇒ Object



10
11
12
# File 'lib/dev_suite/workflow/workflow.rb', line 10

def create_engine(context = {}, **options)
  Engine.new(context, **options)
end