Module: T::Set

Defined in:
lib/types/_types.rb

Class Method Summary collapse

Class Method Details

.[](type) ⇒ Object



238
239
240
# File 'lib/types/_types.rb', line 238

def self.[](type)
  T::Types::TypedSet.new(type)
end