class Mime::Type

def html?

def html?
  (symbol == :html) || @string.include?("html")
end