On Wed, 31 Mar 2004 12:01:33 +0900, Yukihiro Matsumoto wrote: > In message "Re: patch to delegate.rb to disable warning" > on 04/03/31, nobu.nokada / softhome.net <nobu.nokada / softhome.net> writes: > > |> I uncommented the "redefined" method and the warning went away.. > |> I cannot tell if it has consequences for the functionality of delegate? > | > |I think it should be like followings. > > Commit this fix, please. > > matz. Thanks Nobu+Matz for a perfectly working solution. Now all my tests executes without outputting any warnings ;-) server> ruby -w test_all.rb Loaded suite Unnamed TestSuite Started ....... [snip] ....... Finished in 8.383372 seconds. 655 tests, 804 assertions, 0 failures, 0 errors server> -- Simon Strandgaard