class Nokogiri::XML::NodeSet

def inspect

Return a nicely formated string representation
##
def inspect
  "[#{map { |c| c.inspect }.join ', '}]"
end