Class: Conway::Rules::Default
- Inherits:
-
Object
- Object
- Conway::Rules::Default
- Includes:
- MemoizedCells
- Defined in:
- lib/conway/rules/default.rb
Instance Method Summary collapse
Methods included from MemoizedCells
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 |