Method: Fidgit::Container#clear
- Defined in:
- lib/fidgit/elements/container.rb
#clear ⇒ Object
139 140 141 142 143 144 145 146 |
# File 'lib/fidgit/elements/container.rb', line 139 def clear @children.each {|child| child.send :parent=, nil } @children.clear recalc nil end |