enum

Cronic::GrabberEnum

Inherits Enum < Comparable < Value < Object

Constants

Last = -1
This = 0
Next = 1

Instance methods

last?

Returns true if this enum value equals Last

Source
next?

Returns true if this enum value equals Next

Source
this?

Returns true if this enum value equals This

Source