On Thu, 17 Apr 2003 10:12:15 +0000, daniel wrote:

>>>>>> "d" == daniel  <student_vienna / aon.at> writes:
> 
>>> d> are this functions documented?
>> documented in eval.c
> 
> 
> hm...
> 
> there is a global hash-table and I can
> set a var and reference a var with
> rb_thread_local_aref and rb_thread_local_aset.
> 
> But in the examples there is only ``__inspect_key__´´ -
> 
> I don't know how to use this for my implementation...

If you want to use Hash for keeping track of your global 
instances, then have a look at VIM or Mod_ruby (both
uses hashes for this).
 
http://modruby.net/#label%3A11
http://www.vim.org/download.php


--
Simon Strandgaard