Methods

Included Modules

  • Singleton

Instance Public methods

nil?()

📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 325
    def nil?
      true
    end
🔎 See on GitHub

ref()

📝 Source code
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 329
    def ref; end
🔎 See on GitHub