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