enum

Smith::ChatCommand

Inherits Enum < Comparable < Value < Object

Constants

Plan = 0
Normal = 1
Rewind = 2
Context = 3
Rename = 4

Instance methods

context?

Returns true if this enum value equals Context

Source
normal?

Returns true if this enum value equals Normal

Source
plan?

Returns true if this enum value equals Plan

Source
rename?

Returns true if this enum value equals Rename

Source
rewind?

Returns true if this enum value equals Rewind

Source