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