lib/games/tictactoe/io_helpers.rb in games_bfox-0.4.0 vs lib/games/tictactoe/io_helpers.rb in games_bfox-0.6.0

- old
+ new

@@ -1,5 +1,5 @@ -require_relative '../shared/io_helpers' +require File.join('games', 'shared', 'io_helpers') require 'paint' module TTT class IOHelpers < Shared::IOHelpers def initial_instructions \ No newline at end of file