From: Martin DeMello Date: 2008-07-03T03:14:40+09:00 Subject: Re: Design Pattern for RUBY Beginner Learner On Wed, Jul 2, 2008 at 10:15 AM, Salai Khine wrote: > Dear Ruby Folk, > > Do you know a good Ruby Design Pattern Tutorials Site or Documents? I am > still in beginner level in Ruby but.. for my school i need to know in > the following ruby design pattern. > > - Visitor Pattern > - Composite Pattern > - Decorator Pattern > - Observer pattern At least the last three are fairly trivial in ruby - I suggest just trying to implement them yourself to get a handle on them. Ask the list for help. martin