Hi, are there some good tutorials or references about design patterns in ruby, which talk about mixins etc? I would really appreciate one because ruby is quite different from other languages (and more flexible) concerning oop. I found a lot of modules using nested submodules like ClassMethods and InstanceMethods. Is there a kind of ruby standard for such things? Daniel