Module: T::Set

Defined in:
lib/types/_types.rb

Class Method Summary collapse

Class Method Details

.[](type) ⇒ Object



249
250
251
# File 'lib/types/_types.rb', line 249

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