Module: SchemaMonkey::Stack::StackHolder

Defined in:
lib/schema_monkey/stack.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#stackObject

Returns the value of attribute stack.



33
34
35
# File 'lib/schema_monkey/stack.rb', line 33

def stack
  @stack
end

Instance Method Details

#start(env, &block) ⇒ Object



35
36
37
# File 'lib/schema_monkey/stack.rb', line 35

def start(env, &block)
  stack.start(env, &block)
end