15 16 17 18 19
# File 'lib/bchess/game.rb', line 15 def validate_game moves.all? do |move| board.execute(move) end end