Returns:
193 194 195
# File 'lib/action_controller/mime_type.rb', line 193 def html? @@html_types.include?(to_sym) || @string =~ /html/ end