class ActiveRecord::Type::HashLookupTypeMap

def alias_type(type, alias_type)

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

def alias_type: (Integer type, String alias_type) -> Concurrent::Map

This signature was generated using 3 samples from 1 application.

def alias_type(type, alias_type)
  register_type(type) { |_, *args| lookup(alias_type, *args) }
end