# File lib/hpricot/elements.rb, line 112
    def remove
      each { |x| x.parent.children.delete(x) }
    end