Class: Conway::Rules::Default

Inherits:
Object
  • Object
show all
Includes:
MemoizedCells
Defined in:
lib/conway/rules/default.rb

Instance Method Summary collapse

Methods included from MemoizedCells

#dead_cell, #live_cell

Instance Method Details

#apply(cell, neighbors) ⇒ Object



6
7
8
# File 'lib/conway/rules/default.rb', line 6

def apply(cell, neighbors)
  dead_cell
end