Module: SchemaMonkey::Stack::StackHolder
- Defined in:
- lib/schema_monkey/stack.rb
Instance Attribute Summary collapse
-
#stack ⇒ Object
readonly
Returns the value of attribute stack.
Instance Method Summary collapse
Instance Attribute Details
#stack ⇒ Object
Returns the value of attribute stack.
31 32 33 |
# File 'lib/schema_monkey/stack.rb', line 31 def stack @stack end |
Instance Method Details
#start(env, &block) ⇒ Object
33 34 35 |
# File 'lib/schema_monkey/stack.rb', line 33 def start(env, &block) stack.start(env, &block) end |