Hi all! I've got a question about using alias_method with a class and a module. The module gets included by the class. But I can't figure out how to deal with the initialize method. This is my script with output: http://pastie.caboo.se/149491 Why isn't tests[1] filled? I tried instance_eval and stuff but I don't exactly understand what I'm supposed to do... Thanks in advance! -- Posted via http://www.ruby-forum.com/.