abstract class PubGrub::VersionConstraint

Direct Known Subclasses

Defined in:

pubgrub/version/constraint.cr

Instance Method Summary

Instance Method Detail

abstract def allows?(other : VersionConstraint) : Bool #

[View source]
abstract def allows_all?(other : VersionConstraint) : Bool #

[View source]
abstract def allows_any?(other : VersionConstraint) : Bool #

[View source]
abstract def any? : Bool #

[View source]
abstract def difference(other : VersionConstraint) : VersionConstraint #

[View source]
abstract def empty? : Bool #

[View source]
abstract def intersect(other : VersionConstraint) : VersionConstraint #

[View source]
abstract def union(other : VersionConstraint) : VersionConstraint #

[View source]