Source: show | on GitHub
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 324 def initialize super "*/*", nil end
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 328 def all?; true; end
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 329 def html?; true; end