enum

Aoc2022::Day2::Shape

Inherits Enum < Comparable < Value < Object

Constants

ROCK = 1
PAPER = 2
SCISSORS = 3

Class methods

from(play : String)
Source

Instance methods

paper?

Returns true if this enum value equals PAPER

Source
rock?

Returns true if this enum value equals ROCK

Source
scissors?

Returns true if this enum value equals SCISSORS

Source