struct Zap::Utils::Semver::Partial

Defined in:

utils/semver/partial.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

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

Constructor Detail

def self.new(input : String) #

[View source]
def self.new(scanner : Scanner) #

[View source]

Class Method Detail

def self.parse?(scanner : Scanner) : Partial | Nil #

[View source]

Instance Method Detail

def build_metadata : String | Nil #

[View source]
def major : String #

[View source]
def minor : String | Nil #

[View source]
def patch : String | Nil #

[View source]
def prerelease : String | Nil #

[View source]