10 11 12
# File 'lib/dev_suite/workflow/workflow.rb', line 10 def create_engine(context = {}, **options) Engine.new(context, **options) end