enum

Term::Prompt::Expander::Status

Inherits Enum / Comparable / Value / Object

Constants

Collapsed = 0
Expanded = 1

Instance methods

collapsed?

Returns true if this enum value equals Collapsed

Source
expanded?

Returns true if this enum value equals Expanded

Source