Class: GameLib

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

Class Method Summary collapse

Class Method Details

.tictactoeObject



3
4
5
6
# File 'lib/gamelib/gamelib.rb', line 3

def tictactoe
  game = TicTacToe.new
  game.play
end