enum

Aoc2022::Day2::Command

Inherits Enum < Comparable < Value < Object

Constants

WIN = 0
LOSE = 1
DRAW = 2

Class methods

from(command : String)
Source

Instance methods

draw?

Returns true if this enum value equals DRAW

Source
lose?

Returns true if this enum value equals LOSE

Source
win?

Returns true if this enum value equals WIN

Source