enum

Test

Inherits Enum / Comparable / Value / Object

Constants

One = 0
Two = 1
Three = 2

Instance methods

one?

Returns true if this enum value equals One

Source
three?

Returns true if this enum value equals Three

Source
two?

Returns true if this enum value equals Two

Source