Module: StackableFlash::StackLayer

Defined in:
lib/stackable_flash/stack_layer.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/stackable_flash/stack_layer.rb', line 5

def self.included(base)
  base.send(:alias_method_chain, "[]=", "stacking")
end