enum

Shoo::PurgeReason

Inherits Enum < Comparable < Value < Object

Constants

Merged = 0
Closed = 1
Filtered = 2

Instance methods

closed?

Returns true if this enum value equals Closed

Source
colourise(width : Int32) : String
Source
filtered?

Returns true if this enum value equals Filtered

Source
label
Source
merged?

Returns true if this enum value equals Merged

Source
paint(text : String) : String
Source