enum

Bisect::Cli::Trust

Inherits Enum < Comparable < Value < Object

Constants

Low = 0
High = 1

Instance methods

high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source