Method: Mixture::Types::Type.mappings

Defined in:
lib/mixture/types/type.rb

.mappingsArray<Symbol, Object>

Returns all of the names that this type can go under. This is used for Mixture::Types.mappings and for inference.

Returns:

See Also:



32
33
34
# File 'lib/mixture/types/type.rb', line 32

def self.mappings
  @mappings ||= ThreadSafe::Array.new
end