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