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
trueif this enum value equalsEmpty -
#full?
Returns
trueif this enum value equalsFull - #known?
-
#pending?
Returns
trueif this enum value equalsPending -
#unknown?
Returns
trueif this enum value equalsUnknown