Module: T::Set

Defined in:
lib/types/_types.rb

Class Method Summary collapse

Class Method Details

.[](type) ⇒ Object



231
232
233
# File 'lib/types/_types.rb', line 231

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