class Zap::Utils::Semver::Scanner

Defined in:

utils/semver/scanner.cr

Constructors

Instance Method Summary

Macro Summary

Instance methods inherited from class Object

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

Constructor Detail

def self.new(str : String) #

[View source]

Instance Method Detail

def caret? : String | Nil #

[View source]
def eos? : Bool #

[View source]
def logical_or? #

[View source]
def pipe? : Bool #

[View source]
def primitive? : String | Nil #

[View source]
def skip?(*char : Char) #

[View source]
def skip_next!(char : Char) #

[View source]
def space? : Bool #

[View source]
def tilde? : String | Nil #

[View source]

Macro Detail

macro method_missing(call) #

[View source]