class Mime::Type

def lookup(string)

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

def lookup: (String string) -> Mime::Type

This signature was generated using 4 samples from 2 applications.

def lookup(string)
  LOOKUP[string] || Type.new(string)
end