class Parlour::Types::Range

A range with known element types.

Public Instance Methods

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