On Oct 3, 2004, at 9:35 AM, Gavin Kistner wrote:
> My solution to the Quiz #2 is at http://phrogz.net/RubyLibs/quiz/2/
When I run the code there now, I get:
% ruby ZecretZanta.rb < quiz_data.txt
Enter the participants in the format 'FirstName LastName <email>':
Exception `NoMethodError' at ZecretZanta.rb:67 - undefined method
`separate_duplicates_old!' for #<Ouroboros:0x1b5fb8>
ZecretZanta.rb:67:in `randomize_recipients': undefined method
`separate_duplicates_old!' for #<Ouroboros:0x1b5fb8> (NoMethodError)
from ZecretZanta.rb:105
Am I missing something?
James Edward Gray II