enum

Mint::Check

Inherits Enum < Comparable < Value < Object

Constants

Environment = 1
Unreachable = 2
None = 0
All = 3

Instance methods

environment?

Returns true if this enum value contains Environment

Source
none?
Source
unreachable?

Returns true if this enum value contains Unreachable

Source