Class: Capimtictactoe

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

Class Method Summary collapse

Class Method Details

.startObject



6
7
8
# File 'lib/capim_tictactoe.rb', line 6

def self.start
  Game.new.start_game
end