class Mime::AllType
Public Class Methods
new()
click to toggle source
Calls superclass method
Mime::Type.new
# File lib/action_dispatch/http/mime_type.rb, line 308 def initialize super "*/*", :all end
Public Instance Methods
all?()
click to toggle source
# File lib/action_dispatch/http/mime_type.rb, line 312 def all?; true; end
html?()
click to toggle source
# File lib/action_dispatch/http/mime_type.rb, line 313 def html?; true; end