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

- old
+ new

@@ -16,12 +16,12 @@ return true unless full? end def full? if value != nil - return true + true else - return false + false end end end end \ No newline at end of file