Method: Weby::HTML#append_to
- Defined in:
- lib/weby/html.rb
#append_to(_node) ⇒ Object
128 129 130 131 132 133 134 |
# File 'lib/weby/html.rb', line 128 def append_to(_node) if @node _node = _node.node if _node.is_a? HTML _node.add_child(@node) end self end |