class Parlour::Types::Enumerable
An enumerable with known element types.
Public Instance Methods
==(other)
click to toggle source
# File lib/parlour/types.rb, line 315 def ==(other) Enumerable === other && element == other.element end
collection_name()
click to toggle source
# File lib/parlour/types.rb, line 310 def collection_name 'Enumerable' end