module SchemaMonkey::Stack::StackHolder

Attributes

stack[R]

Public Instance Methods

start(env, &block) click to toggle source
# File lib/schema_monkey/stack.rb, line 35
def start(env, &block)
  stack.start(env, &block)
end

Private Instance Methods

stack=(stack) click to toggle source
# File lib/schema_monkey/stack.rb, line 41
def stack=(stack)
  @stack = stack
end