class Walk::Up

Included Modules

Defined in:

walk/up.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : Path) #

Creates iterator.


[View source]
def self.new(path : String) #

[View source]

Instance Method Detail

def current : Path #

[View source]
def current=(current : Path) #

[View source]
def next #

Returns the next element.


[View source]
def rewind #

Rewinds iterator.


[View source]
def root : Path #

Properties


[View source]
def root=(root : Path) #

Properties


[View source]