Methods
Included Modules
- Singleton
Class Public methods
new()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 315
def initialize
super "*/*", nil
end
🔎 See on GitHub
Instance Public methods
all?()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 319
def all?; true; end
🔎 See on GitHub
html?()
📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 320
def html?; true; end
🔎 See on GitHub