Method: Dedalus::LayerStack#initialize
- Defined in:
- lib/dedalus/elements.rb
#initialize(layers: []) ⇒ LayerStack
Returns a new instance of LayerStack.
123 124 125 |
# File 'lib/dedalus/elements.rb', line 123 def initialize(layers: []) @layers = [] end |