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 349
def initialize
super "*/*", nil
end
Public instance methods
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 353
def all?; true; end
Source code GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 354
def html?; true; end