class

Walk::Down

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(path : Path)

Creates iterator.

Source
new(path : String)
Source

Instance methods

current
Source
current=(current : Path | Nil)
Source
filter

Returns an iterator for pruning the entries in the directory tree.

Source
next

Returns the next element.

Source
rewind

Rewinds iterator.

Source
root

Properties

Source
root=(root : Path)

Properties

Source
skip

Skips entry. Similar to next without descending into directories.

Source
stack
Source
stack=(stack : Array(Path))
Source

Nested types