Methods

Included Modules

Class Public methods

new()

📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 352
def initialize
  super "*/*", nil
end
🔎 See on GitHub

Instance Public methods

all?()

📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 356
def all?; true; end
🔎 See on GitHub

html?()

📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 357
def html?; true; end
🔎 See on GitHub

Definition files