Module: Decoy::Dsl::InstanceMethods

Defined in:
lib/decoy/dsl.rb

Instance Method Summary collapse

Instance Method Details

#running?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/decoy/dsl.rb', line 16

def running?
  app.running?
end

#workflow(&block) ⇒ Object



12
13
14
# File 'lib/decoy/dsl.rb', line 12

def workflow &block
  yield
end