From: Jon Hurst Date: 2003-02-05T10:05:25+09:00 Subject: Is mixin possible with dynamic require? I need to dynamically require a file(module) from within a class. I then need to mixin a method from this module. However, include doesn't seem to be supported from within a method. I cannot place include outside of a method, because the module has not yet been required. How can this be solved? Thanks, ~Jon Hurst