Top Level Namespace

Defined Under Namespace

Modules: Coyote

Instance Method Summary collapse

Methods included from Coyote::Notifications

#notify

Instance Method Details

#coyote(*args, &block) ⇒ Object



24
25
26
27
# File 'lib/coyote/dsl.rb', line 24

def coyote(*args, &block)
  runner = Coyote::DSL.new(&block)
  runner.run
end