Methods

Included Modules

  • Singleton

Class Public methods

new()

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

Instance Public methods

all?()

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

html?()

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