From: Picklegnome Date: 2006-07-27T05:25:04+09:00 Subject: Re: OO Paradigm and Ruby Exercises for a Beginner One of the Ruby Quizzes that prompted my post was the "Space Merchant" quiz at http://rubyquiz.com/quiz71.html . I understood very little of the code in the setup. On the other hand, Ruby Quiz #12, "Scrabble Stems", at http://rubyquiz.com/quiz12.html was one that I understood most of. Line 14 (starting with "uniques.each do..." was the first sequence of code that confused me in any way. I understand all of the basic manipulations (with only one or two consecutive operations) but when it gets to something like Line 14 or 21 (result = STEMS.delete...) I get lost. Thanks, Picklegnome On 7/26/06 1:49 PM, in article f53e6950607261249r7459c0bem26d6473afdabbf5f@mail.gmail.com, "Kevin Clark" wrote: > gnome, > Do you have any example code for a program you're working on or a > place we can look at code that confuses you?