class Mime::Type

def html?

def html?
  (symbol == :html) || /html/.match?(@string)
end