Subject: Re: My usage of const_missing and method_missing
From: "Dave Burt" <dave burt.id.au>
Date: Fri, 11 Nov 2005 08:27:13 +0900
References: 165055165113165214165224
Duane Johnson:
> I wonder if you could override respond_to? and tell it to return 'true'
> if the method exists virtually.
And even create the shim at that point - who calls respond_to? without then
moving on to call the method?
Cheers,
Dave