enum

Aoc::Day11::SeatMap::Seat

Inherits Enum < Comparable < Value < Object

Constants

Floor = 0
Filled = 1
Empty = 2

Instance methods

empty?

Returns true if this enum value equals Empty

Source
filled?

Returns true if this enum value equals Filled

Source
floor?

Returns true if this enum value equals Floor

Source