transfire / gmail.com wrote: > module M > def meta.x > self > end > end > > class X > meta_include M > end > > X.x #=> X I've been down that road myself, trying something like this: module A def this.foo "foo" end end But sadly, I found it impossible. Maybe I'll give it another try today. Cheers, Daniel