enum

Crig::PendingInvalidKind

Inherits Enum < Comparable < Value < Object

Constants

FullCall = 0
NameDelta = 1

Instance methods

full_call?

Returns true if this enum value equals FullCall

Source
name_delta?

Returns true if this enum value equals NameDelta

Source