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