enum

Loki::Direction

Inherits Enum < Comparable < Value < Object

Constants

Forward = 0
Backward = 1

Instance methods

backward?

Returns true if this enum value equals Backward

Source
forward?

Returns true if this enum value equals Forward

Source
to_s(io : IO)

Appends a String representation of this enum member to the given io.

See also: to_s.

Source