Method: Pancake::Stack.include_pancake_stack!
- Defined in:
- lib/pancake/stack/stack.rb
.include_pancake_stack!(include_it = true) ⇒ Object
73 74 75 |
# File 'lib/pancake/stack/stack.rb', line 73 def self.include_pancake_stack!(include_it = true) @include_pancake_stack = include_it end |