class Nokogiri::XML::NodeSet

def inspect

Return a nicely formated string representation
##
def inspect
  "[#{map(&:inspect).join(", ")}]"
end