# File lib/action_dispatch/http/mime_type.rb, line 212
    def html?
      @@html_types.include?(to_sym) || @string =~ /html/
    end