class GameLib
Public Class Methods
tictactoe()
click to toggle source
# File lib/gamelib/gamelib.rb, line 3 def tictactoe game = TicTacToe.new game.play end
# File lib/gamelib/gamelib.rb, line 3 def tictactoe game = TicTacToe.new game.play end