Skip to Content Skip to Search

class Mime::AllType

Inherits From

Public class methods

new()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 345
def initialize
  super "*/*", nil
end

Public instance methods

all?()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 349
def all?; true; end

html?()

Permalink
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 350
def html?; true; end

Definition files