enum

Tput::Namespace::LineDirection

Inherits Enum / Comparable / Value / Object

Constants

Right = 0
Left = 1
All = 2

Instance methods

all?

Returns true if this enum value equals All

Source
left?

Returns true if this enum value equals Left

Source
right?

Returns true if this enum value equals Right

Source