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