# File lib/libttc.rb, line 300 def ==(other) @move.to_s == other.move.to_s and @player == other.player and @piece_after_move == other.pieces_after_move end