enum

Mrcv::Search::MatrixStatus

Inherits Enum < Comparable < Value < Object

Represents the execution pass/fail state of a matrix segment.

Constants

Pass = 0
Fail = 1

Instance methods

fail?

Returns true if this enum value equals Fail

Source
pass?

Returns true if this enum value equals Pass

Source
to_s(io : IO) : Nil

Appends a String representation of this enum member to the given io.

See also: to_s.

Source