Class: Typical::Type::Set

Inherits:
List show all
Defined in:
lib/typical/type/list.rb

Instance Attribute Summary

Attributes inherited from List

#storage

Instance Method Summary collapse

Methods inherited from List

#==, #empty?, #eql?, #hash, #initialize, #inspect, #normalize, #values, #values=

Methods inherited from Typical::Type

#==, #eql?, #hash, #initialize, #inspect, #normalize, #nullable?, of, #prominent_type, #types, #|

Constructor Details

This class inherits a constructor from Typical::Type::List

Instance Method Details

#typeObject



78
79
80
# File 'lib/typical/type/list.rb', line 78

def type
  ::Set
end