enum

BetHighLow::HighLow

Inherits Enum < Comparable < Value < Object

Constants

High = 0
Low = 1

Instance methods

high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source