Method: HTMLTree::TreeElement#root
- Defined in:
- lib/web/htmltools/element.rb
#root ⇒ Object
Return the ultimate parent.
84 85 86 |
# File 'lib/web/htmltools/element.rb', line 84 def root @_parent ? self : @_parent.root end |
Return the ultimate parent.
84 85 86 |
# File 'lib/web/htmltools/element.rb', line 84 def root @_parent ? self : @_parent.root end |