Method: Coco::Stack#initialize

Defined in:
app/components/coco/layout/stack/stack.rb

#initializeStack

Returns a new instance of Stack.



31
32
33
34
35
# File 'app/components/coco/layout/stack/stack.rb', line 31

def initialize(**)
  @_items = []
  @_starts_with_spacer = false
  @_last_item_type = nil
end