class PubGrub::Empty
- PubGrub::Empty
- PubGrub::VersionConstraint
- Reference
- Object
Defined in:
pubgrub/version/empty.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
- #include_max?
- #include_min?
- #intersect(other : VersionConstraint) : VersionConstraint
- #max
- #max?
- #min
- #min?
- #union(other : VersionConstraint) : VersionConstraint