struct DA_Path

Defined in:

da_path.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(s : String) #

[View source]
def self.new #

[View source]

Instance Method Detail

def ==(c : Char) #

[View source]
def ==(s : String | Word) #

[View source]
def [](i : Int32) #

[View source]
def []?(i : Int32) #

[View source]
def each(&) #

[View source]
def each_with_index(&) #

[View source]
def empty?(*args, **options) #

[View source]
def empty?(*args, **options, &) #

[View source]
def first(*args, **options) #

[View source]
def first(*args, **options, &) #

[View source]
def first?(*args, **options) #

[View source]
def first?(*args, **options, &) #

[View source]
def last(*args, **options) #

[View source]
def last(*args, **options, &) #

[View source]
def last?(*args, **options) #

[View source]
def last?(*args, **options, &) #

[View source]
def params(*args) #

[View source]
def push(c : Char) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]
def split(delimiter : Char = '/') #

[View source]
def starts_with?(s : String) #

[View source]
def to_s(io) #

[View source]
def tokens : Deque(DA_Path) #

[View source]