enum

Arcana::Ordering

Inherits Enum < Comparable < Value < Object

Constants

Auto = 0
Async = 1
Sync = 2

Instance methods

async?

Returns true if this enum value equals Async

Source
auto?

Returns true if this enum value equals Auto

Source
sync?

Returns true if this enum value equals Sync

Source