struct DA_Path
Defined in:
da_path.cr
Constructors
Instance Method Summary
-
#==(c : Char)
-
#==(s : String | Word)
-
#[](i : Int32)
-
#[]?(i : Int32)
-
#each(&)
-
#each_with_index(&)
-
#empty?(*args, **options)
-
#empty?(*args, **options, &)
-
#first(*args, **options)
-
#first(*args, **options, &)
-
#first?(*args, **options)
-
#first?(*args, **options, &)
-
#last(*args, **options)
-
#last(*args, **options, &)
-
#last?(*args, **options)
-
#last?(*args, **options, &)
-
#params(*args)
-
#push(c : Char)
-
#size(*args, **options)
-
#size(*args, **options, &)
-
#split(delimiter : Char = '/')
-
#starts_with?(s : String)
-
#to_s(io)
-
#tokens : Deque(DA_Path)
Constructor Detail
def self.
new(s : String)
#
Instance Method Detail
def
==(s : String |
Word)
#
def
empty?(*args, **options)
#
def
empty?(*args, **options, &)
#
def
first(*args, **options)
#
def
first(*args, **options, &)
#
def
first?(*args, **options)
#
def
first?(*args, **options, &)
#
def
last(*args, **options)
#
def
last(*args, **options, &)
#
def
last?(*args, **options)
#
def
last?(*args, **options, &)
#
def
size(*args, **options)
#
def
size(*args, **options, &)
#
def
split(delimiter : Char =
'/')
#
def
starts_with?(s : String)
#