# File lib/rd/element.rb, line 94
    def push_to_children(child)
      children.push(child)
      child.parent = self
    end