From: David Balmain Date: 2005-12-10T12:33:07+09:00 Subject: Re: [QUIZ] Kalah (#58) On 12/10/05, James Edward Gray II wrote: > On Dec 9, 2005, at 9:09 PM, David Balmain wrote: > > > Could we add this enhancement. It makes searching a lot easier. > > > > class KalahGame > > attr_reader :board, :player_to_move > > > > def initialize_copy(other_game) > > super > > @board = other_game.board.dup > > end > > end > > I'm pretty sure I did what you wanted. Double check me please. > > http://rubyquiz.com/KalahMatch.rb Perfect. Thanks. Sorry I wasn't very clear. :) Cheers, Dave > James Edward Gray II > >