class Mime::Type

def html?

def html?
  @@html_types.include?(to_sym) || @string =~ /html/
end