module Mime

def [](type)

Experimental RBS support (using type sampling data from the type_fusion project).

def []: (Symbol type) -> Mime::Type

This signature was generated using 5 samples from 1 application.

def [](type)
  return type if type.is_a?(Type)
  Type.lookup_by_extension(type)
end