enum

Tput::Namespace::Edge

Inherits Enum / Comparable / Value / Object

Constants

TopEdge = 1
LeftEdge = 2
RightEdge = 4
BottomEdge = 8
None = 0
All = 15

Instance methods

bottom_edge?

Returns true if this enum value contains BottomEdge

Source
left_edge?

Returns true if this enum value contains LeftEdge

Source
none?
Source
right_edge?

Returns true if this enum value contains RightEdge

Source
top_edge?

Returns true if this enum value contains TopEdge

Source