class Nokogiri::XML::NodeSet

def inspect

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