class Nokogiri::XML::ElementDecl

def inspect

def inspect
  "#<#{self.class.name}:#{format("0x%x", object_id)} #{to_s.inspect}>"
end