enum

Crig::EvalOutcome::Kind

Inherits Enum < Comparable < Value < Object

Constants

Pass = 0
Fail = 1
Invalid = 2

Instance methods

fail?

Returns true if this enum value equals Fail

Source
invalid?

Returns true if this enum value equals Invalid

Source
pass?

Returns true if this enum value equals Pass

Source