class PubGrub::Empty

Defined in:

pubgrub/version/empty.cr

Instance Method Summary

Instance methods inherited from class PubGrub::VersionConstraint

allows?(other : VersionConstraint) : Bool allows?, allows_all?(other : VersionConstraint) : Bool allows_all?, allows_any?(other : VersionConstraint) : Bool allows_any?, any? : Bool any?, difference(other : VersionConstraint) : VersionConstraint difference, empty? : Bool empty?, intersect(other : VersionConstraint) : VersionConstraint intersect, union(other : VersionConstraint) : VersionConstraint union

Instance Method Detail

def allows?(other : VersionConstraint) : Bool #

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

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

[View source]
def any? : Bool #

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

[View source]
def empty? : Bool #

[View source]
def include_max? #

[View source]
def include_min? #

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

[View source]
def max #

[View source]
def max? #

[View source]
def min #

[View source]
def min? #

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

[View source]