class Nokogiri::XML::NodeSet

def to_s

Convert this NodeSet to a string.
##
def to_s
  map(&:to_s).join
end