enum Tput::Namespace::LineDirection

Defined in:

tput/namespace.cr

Enum Members

Right = 0
Left = 1
All = 2

Instance Method Summary

Instance Method Detail

def all? #

Returns true if this enum value equals All


[View source]
def left? #

Returns true if this enum value equals Left


[View source]
def right? #

Returns true if this enum value equals Right


[View source]