enum

Commander::VirtualFS::EntryKind

Inherits Enum < Comparable < Value < Object

Constants

File = 0
Directory = 1
Symlink = 2
Other = 3

Instance methods

directory?

Returns true if this enum value equals Directory

Source
file?

Returns true if this enum value equals File

Source
other?

Returns true if this enum value equals Other

Source