Hi,

In message "Re: collect info about ruby-api"
    on 03/06/20, "Simon Strandgaard" <0bz63fz3m1qt3001 / sneakemail.com> writes:

|1)   rb_funcall3()  what is purpose with it ?
|     is there any _understandable_ examples around ?

It's almost like rb_funcall2() but raises error when it tries to call
private method.

|2)   rb_eval_string_wrap()  how is it different from
|     rb_eval_string_protect()... scoping ?
|     is there any examples which demonstrates this
|     difference ? 

It evaluates string under anonymous module, just like "load(path, true).

|3)   http://www.rubygarden.org/ruby?RubyApi/RbProtect
|     the description of purpose is not good,
|     what should be written in order to improve it?

Hmm.

							matz.