method
html?
html?()
public
Hide source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 293 def html? (symbol == :html) || /html/.match?(@string) end