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