class Parlour::Types::Enumerator

An enumerator with known element types.

Public Instance Methods

==(other) click to toggle source
# File lib/parlour/types.rb, line 328
def ==(other)
  Enumerator === other && element == other.element
end
collection_name() click to toggle source
# File lib/parlour/types.rb, line 323
def collection_name
  'Enumerator'
end