abstract class PubGrub::VersionConstraint
- PubGrub::VersionConstraint
- Reference
- Object
Direct Known Subclasses
Defined in:
pubgrub/version/constraint.crInstance Method Summary
- #allows?(other : VersionConstraint) : Bool
- #allows_all?(other : VersionConstraint) : Bool
- #allows_any?(other : VersionConstraint) : Bool
- #any? : Bool
- #difference(other : VersionConstraint) : VersionConstraint
- #empty? : Bool
- #intersect(other : VersionConstraint) : VersionConstraint
- #union(other : VersionConstraint) : VersionConstraint