From: Brian Candler Date: 2008-10-28T00:33:58+09:00 Subject: Re: how to detect if #super exists? Chuck Remes wrote: > What is the proper way to check for the existence of a #super method > before invoking it? Hmm, how are you testing instance methods of a module without actually mixing them into an object? Maybe it would be easier just to have a fake superclass for testing, with stubs for those methods. (Indeed, then you can test that super *is* actually being called) -- Posted via http://www.ruby-forum.com/.