Skip to Content Skip to Search
Methods
A
H
N
Included Modules

Class Public methods

new()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 322
def initialize
  super "*/*", nil
end

Instance Public methods

all?()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 326
def all?; true; end

html?()

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 327
def html?; true; end