From: Trans Date: 2007-02-20T02:13:39+09:00 Subject: Re: Answer: Module that includes both class and instance methods? On Feb 19, 12:33 am, Steve Midgley wrote: > Hello, > > After an hour of farting around trying to figure this out, of course I > do figure it out 20 seconds after writing to the list. Well, here's one > solution to my issue - I'd still love to see a one-line solution if > anyone can come up with one (but it's not necessary for me at all, just > curiosity and desire to learn cool Rubyisms): Hi-- Have a look at facets' module/class_extension. You can read the conversations that led to it's development here: http://groups.google.com/group/ruby-talk-google/search?hl=en&group=ruby-talk-google&q=class_extension&qt_g=Search+this+group T.