enum

Enkaidu::ConditionalCommandHelper::SubConjunction

Inherits Enum < Comparable < Value < Object

Define the subordinating conjunctions supported by ?break.

Constants

If = 0
Unless = 1

Instance methods

if?

Returns true if this enum value equals If

Source
unless?

Returns true if this enum value equals Unless

Source