class Nokogiri::XML::NodeSet

def to_s

Convert this NodeSet to a string.
##
def to_s
  map { |x| x.to_s }.join
end