Method: Lapillus::Container#add
- Defined in:
- lib/lapillus/base.rb
#add(component) ⇒ Object
deprecated
204 205 206 207 |
# File 'lib/lapillus/base.rb', line 204 def add(component) @components.push(component) component.parent = self end |