Hi,

In message "[ruby-talk:13637] Re: No such file to load -- net/ftp (LoadError)"
    on 01/04/13, Dave Thomas <Dave / PragmaticProgrammer.com> writes:

|>  ruby_run() make a call to exit, this mean that printf("Done.\n"); will
|> never be executed

use rb_eval_string("load \"get.rb\"");

|Is this worth an RCR?

I don't think I'm gonna change this behavior, but I admit Ruby
embedding API is not well designed comparing to other APIs.
Re-designing attempts are welcome.
							matz.