enum
Nonogram::Cell
Defined in:
nonogram.crEnum Members
-
Pending =
-2_i8
-
Unknown =
-1_i8
-
Empty =
0_i8
-
Full =
1_i8
Instance Method Summary
-
#empty?
Returns
true
if this enum value equalsEmpty
-
#full?
Returns
true
if this enum value equalsFull
- #known?
-
#pending?
Returns
true
if this enum value equalsPending
-
#unknown?
Returns
true
if this enum value equalsUnknown