Method: Pancake::Stack.after_build_stack

Defined in:
lib/pancake/stack/stack.rb

.after_build_stack(&blk) ⇒ Object



48
49
50
51
# File 'lib/pancake/stack/stack.rb', line 48

def self.after_build_stack(&blk)
  _after_build_stack << blk if blk
  _after_build_stack
end