From: Daniel Waite Date: 2008-05-02T08:08:27+09:00 Subject: Re: Did this stop working? Or did it ever work? (metamagic) Mikael Hæ·¡ilund wrote: > On May 2, 2008, at 0:43, Daniel Waite wrote: >> module Translator >> >> module ClassMethods >> >> def translate >> end >> >> end >> >> def included(receiver) > > You forgot the self. here. ``included'' is a module method. > def self.included(receiver) > Then it works. *face palm* Thanks, Mikael. Glad I wasn't _too_ far off. :) -- Posted via http://www.ruby-forum.com/.