method

[]

v4.0.2 - Show latest stable - Class: Mime
[](type)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/mime_type.rb, line 28
    def [](type)
      return type if type.is_a?(Type)
      Type.lookup_by_extension(type) || NullType.new
    end