Method: Mixture::Types::Type.mappings
- Defined in:
- lib/mixture/types/type.rb
.mappings ⇒ Array<Symbol, Object>
Returns all of the names that this type can go under. This is used for Mixture::Types.mappings and for inference.
32 33 34 |
# File 'lib/mixture/types/type.rb', line 32 def self.mappings @mappings ||= ThreadSafe::Array.new end |