class

VirtualFs::Index

Inherits Enumerable / Reference / Object

Instance methods

add(entry : Entry) : Nil
Source
case_insensitive=(value : Bool) : Nil
Source
case_insensitive?
Source
delete(path : String) : Nil
Source
each

Must yield this collection's elements to the block.

Source
find(path : String) : Entry
Source
find?(path : String) : Entry | Nil
Source
paths
Source
size

Returns the number of elements in the collection.

[1, 2, 3, 4].size # => 4
Source
with_tag(tag : String) : Iterator(Entry)
Source

Nested types