method
html?
v6.1.3.1 -
Show latest stable
- Class:
Mime::Type
html?()public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 295
def html?
(symbol == :html) || /html/.match?(@string)
end