class Mime::AllType
Inherits From
-
class
Mime::
Type -
module
Singleton
Public class methods
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 352
def initialize
super "*/*", nil
end
Public instance methods
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 356
def all?; true; end
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 357
def html?; true; end