struct Zap::Utils::Semver::ComparatorSet
- Zap::Utils::Semver::ComparatorSet
- Struct
- Value
- Object
Overview
Comparators can be joined by whitespace to form a comparator set, which is satisfied by the intersection of all of the comparators it includes.
Defined in:
utils/semver/comparator_set.crConstructors
Instance Method Summary
- #<<(comparator : Comparator)
- #==(other : self)
-
#clone
Returns a copy of
self
with all instance variables cloned. - #exact_match?
-
#hash(hasher)
See
Object#hash(hasher)
- #initialize
- #intersection?(other : self) : ComparatorSet | Nil
- #limits : Tuple(Limit, Limit)
- #satisfies?(version : Version) : Bool
- #to_s(io)