Exception: Minesweeper::GameOver
- Inherits:
-
StandardError
- Object
- StandardError
- Minesweeper::GameOver
- Defined in:
- lib/minesweeper/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
5 6 7 |
# File 'lib/minesweeper/exceptions.rb', line 5 def 'You Lost' end |