From: ts Date: 2003-07-16T23:11:47+09:00 Subject: Re: ruby-dev summary #20316-20338 >>>>> "T" == TAKAHASHI Masayoshi writes: T> [ruby-dev:20320] singleton_method_added is not in Apollo.exe T> Apollo.exe is a development environment for Ruby with T> Delphi. T> YOSHIDA Kazuhiro, the developer of Apollo, pointed out that T> singleton_method_added is not called in Apollo.exe with T> recent Ruby. T> usa answered that if ruby_run is not called, an internal T> variable ruby_running is not set, then singleton_method_added T> is not invoked in rb_add_method(). This is a problem : plruby fail its test just because ruby_running was not set. After setting this variable it worked fine. Needless to say that persons which embed ruby will have problems (and it exist if I'm right only one method to set this variable). Guy Decoux