Until method.is_called?

is there a way to settup an until loop ‘until’ a method is called? Is it
possible currently?

Something like this:

until Klass.sometin.is-called? do

end

thanks for the help

Sorry about my previous post, both my brain and shift keys were wacking
out. >_<
Any help on the problem?

2008/8/23 Tim M. [email protected]:


Have a look at the Observable module in the standard library.

Farrel