Hi List ! I found a tricky thing: if you use define_method and then include a module that contains a method with the same name, the method in the module is just ignored. Why is that so ? How can I overwrite a method defined through 'define_method' ? Example ruby code: http://bit.ly/2NjP5w Gaspard -- Posted via http://www.ruby-forum.com/.