enum

Tui::Rule::Direction

Inherits Enum / Comparable / Value / Object

Constants

Horizontal = 0
Vertical = 1

Instance methods

horizontal?

Returns true if this enum value equals Horizontal

Source
vertical?

Returns true if this enum value equals Vertical

Source