Exception: Minesweeper::GameWon
- Inherits:
-
StandardError
- Object
- StandardError
- Minesweeper::GameWon
- Defined in:
- lib/minesweeper/exceptions.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
11 12 13 |
# File 'lib/minesweeper/exceptions.rb', line 11 def 'You Won' end |