class Mime::Type

def html?

def html?
  symbol == :html || @string =~ /html/
end