On Wed, Jul 2, 2008 at 10:15 AM, Salai Khine <sayakyi / gmail.com> 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