Class: RubyTerminalGames::Game

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_terminal_games/game.rb

Direct Known Subclasses

Hangman::Game, Snake::Game, Sudoku::Game

Instance Method Summary collapse

Instance Method Details

#aboutObject



3
4
5
# File 'lib/ruby_terminal_games/game.rb', line 3

def about
  "Oops! I don't know anything about this game."
end