class Nokogiri::HTML4::ElementDescription

def inspect

Inspection information
##
def inspect
  "#<#{self.class.name}: #{name} #{description}>"
end