enum

Termify::Markdown::GatherPhase

Inherits Enum < Comparable < Value < Object

Where a gather has got to. Started is followed by zero or more Progressed and then exactly one Finished, always for the same kind.

Constants

Started = 0
Progressed = 1
Finished = 2

Instance methods

finished?

Returns true if this enum value equals Finished

Source
progressed?

Returns true if this enum value equals Progressed

Source
started?

Returns true if this enum value equals Started

Source