From: Keynan Pratt Date: 2007-11-06T07:41:43+09:00 Subject: naked object macros I have module A module B module ClassMethods def a_method end end end end ============================================================== I would like to be able to class Klass include A::B a_method end ============================================================== the interpreter is complaining that a_method does not exist for Klass:Class any ideas? -- Posted via http://www.ruby-forum.com/.