From: Josh Charles Date: 2005-09-21T23:48:07+09:00 Subject: Re: Hello, I am a newbie to ruby. On 9/21/05, Rob Rypka wrote: > That response was incomplete. The above is for the Observer pattern. > > Also, s/that/than/. I woke up way too early this morning, and my > communication skills are suffering for it. > > For completeness, here's a link for the adaptor pattern: > > http://www.rubygarden.org/ruby?AdaptorPattern > > > If you're interested in other design patterns in Ruby, find them here: > > http://www.rubygarden.org/ruby?ExampleDesignPatternsInRuby > > Rob Those links were helpful, though I had to reread the adapter code again before I understood it. It was partly because it seemed like the code was repeating itself, but then the lightbulb went on, and I realized that this is quicker than doing it in C# (my 'previous' language)