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