From: Richard Dale Date: 2004-09-30T01:15:04+09:00 Subject: Re: ruboids (on mac os) - singleton instance() returns nil? Richard Dale wrote: > QtRuby uses method_missing to trap method calls and redirect them to the > Smoke library. So I wonder if Singleton interferes with method_missing in > some way. I've just restored the Singleton stuff, and it works fine. So I think the Singleton error was actually a problem with the code only being half ported from Ruby/Qt to QtRuby.