Exception: Minesweeper::GameOver

Inherits:
StandardError
  • Object
show all
Defined in:
lib/minesweeper/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/minesweeper/exceptions.rb', line 5

def message
  'You Lost'
end