enum

Halite::Feature::Chain::Result

Inherits Enum / Comparable / Value / Object

Constants

Next = 0
Return = 1

Instance methods

next?

Returns true if this enum value equals Next

Source
return?

Returns true if this enum value equals Return

Source