Mime::AllType Ruby on Rails 5.1.2 Class Mime::AllType < Mime::Type actionpack/lib/action_dispatch/http/mime_type.rb Methods A all? H html? N new Included Modules Singleton Class Public methods new() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/http/mime_type.rb, line 306 def initialize super "*/*", :all end Instance Public methods all?() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/http/mime_type.rb, line 310 def all?; true; end html?() Link Source: show | on GitHub # File actionpack/lib/action_dispatch/http/mime_type.rb, line 311 def html?; true; end