Module: T::Enumerator

Defined in:
lib/types/_types.rb

Class Method Summary collapse

Class Method Details

.[](type) ⇒ Object



225
226
227
# File 'lib/types/_types.rb', line 225

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