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