Module: T::Enumerator

Defined in:
lib/types/_types.rb

Class Method Summary collapse

Class Method Details

.[](type) ⇒ Object



219
220
221
# File 'lib/types/_types.rb', line 219

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