enum

Movie::SupervisionScope

Inherits Enum < Comparable < Value < Object

Constants

ONE_FOR_ONE = 0
ALL_FOR_ONE = 1

Instance methods

all_for_one?

Returns true if this enum value equals ALL_FOR_ONE

Source
one_for_one?

Returns true if this enum value equals ONE_FOR_ONE

Source