PubGrub::Version
Inherits PubGrub::Range < PubGrub::VersionConstraint < Reference < Object
Constructors
new(inner : SemanticVersion)
SourceClass methods
parse(text : String)
SourceInstance methods
<(other : VersionConstraint)
Source>(other : VersionConstraint)
Sourceallows?(other : VersionConstraint) : Bool
Sourceallows_all?(other : VersionConstraint) : Bool
Sourceallows_any?(other : VersionConstraint) : Bool
Sourceany?
Sourcedifference(other : VersionConstraint) : VersionConstraint
Sourceempty?
Sourceinclude_max?
Sourceinclude_min?
Sourceintersect(other : VersionConstraint) : VersionConstraint
Sourcemax
Sourcemax?
Sourcemin
Sourcemin?
Sourceunion(other : VersionConstraint) : VersionConstraint
SourceMacros
method_missing(call)
Source