Class: Conway::LiveCell
- Inherits:
-
Object
- Object
- Conway::LiveCell
- Defined in:
- lib/conway/live_cell.rb
Instance Method Summary collapse
Instance Method Details
#alive? ⇒ Boolean
4 5 6 |
# File 'lib/conway/live_cell.rb', line 4 def alive? true end |