enum

Tput::Namespace::CheckState

Inherits Enum / Comparable / Value / Object

Constants

Unchecked = 0
PartiallyChecked = 1
Checked = 2

Instance methods

checked?

Returns true if this enum value equals Checked

Source
partially_checked?

Returns true if this enum value equals PartiallyChecked

Source
unchecked?

Returns true if this enum value equals Unchecked

Source