Method: Mixture::Types::Type.options

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

.optionsHash{Symbol => Object}

The options for the type. This is inherited by subtypes.



15
16
17
# File 'lib/mixture/types/type.rb', line 15

def self.options
  @options ||= ThreadSafe::Hash.new
end