enum

ReadUntil::ActionKind

Inherits Enum < Comparable < Value < Object

Constants

Unblock = 0
Stop = 1

Instance methods

stop?

Returns true if this enum value equals Stop

Source
unblock?

Returns true if this enum value equals Unblock

Source