enum

Crig::Memory::MemoryError::Kind

Inherits Enum < Comparable < Value < Object

Constants

Backend = 0
Policy = 1
Internal = 2

Instance methods

backend?

Returns true if this enum value equals Backend

Source
internal?

Returns true if this enum value equals Internal

Source
policy?

Returns true if this enum value equals Policy

Source