class Nokogiri::HTML4::ElementDescription

def to_s

Convert this description to a string
##
def to_s
  "#{name}: #{description}"
end