enum

Tput::Namespace::Orientation

Inherits Enum / Comparable / Value / Object

Constants

Horizontal = 1
Vertical = 2
None = 0
All = 3

Instance methods

horizontal?

Returns true if this enum value contains Horizontal

Source
none?
Source
vertical?

Returns true if this enum value contains Vertical

Source