struct Zap::Utils::Semver::Prerelease

Included Modules

Defined in:

utils/semver/prerelease.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(prerelease_string : String) #

[View source]

Instance Method Detail

def <=>(other : self) : Int32 #

[View source]
def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def empty? #

[View source]
def name : String #

[View source]
def to_s(io) #

[View source]
def version : UInt128 | Nil #

[View source]