class Nokogiri::XML::NodeSet

def unlink

current context.
Unlink this NodeSet and all Node objects it contains from their
##
def unlink
  each { |node| node.unlink }
  self
end