enum

Dragonstone::Runtime::GC::OwnershipMode

Inherits Enum < Comparable < Value < Object

Constants

Disabled = 0
Enabled = 1

Instance methods

disabled?

Returns true if this enum value equals Disabled

Source
enabled?

Returns true if this enum value equals Enabled

Source