Methods
A
H
N
Included Modules
Class Public methods
new()
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 331
def initialize
  super '*/*', :all
end
Instance Public methods
all?()
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 335
def all?; true; end
html?()
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 336
def html?; true; end