class AdventOfCode2021::Day11::CavernOfOctopuses
- AdventOfCode2021::Day11::CavernOfOctopuses
- Reference
- Object
Defined in:
day11/cavern_of_octopuses.crConstructors
Instance Method Summary
- #==(other : CavernOfOctopuses)
-
#==(other)
Returns
false(other can only be aValuehere). - #flashes : Int32
- #is_flashing_all
- #octopuses : Array(Array(Int8))
- #step(counter)
- #step
- #steps : Int32
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false (other can only be a Value here).