class

Aoc2022::Day11::Monkey

Inherits Reference < Object

Constructors

new(index : Int64, items : Array(Int64), operation : Operation, divisible_test : Int64, throw_true : Int64, throw_false : Int64)
Source

Instance methods

configure_worry_reducer(worry_reducer : Proc(Int64, Int64))
Source
divisible_test
Source
inspect_count
Source
items
Source
play(monkeys : Array(self))
Source
receive_item(item : Int64)
Source