Source:
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 315 def initialize super "*/*", nil end
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 319 def all?; true; end
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 320 def html?; true; end