class Nokogiri::XML::NodeSet

def << node

Append +node+ to the NodeSet.
##
def << node
  push(node)
end