From: ts Date: 2001-10-25T20:14:25+09:00 Subject: [ruby-talk:23282] Re: C++ Access to script >>>>> "B" == =?ISO-8859-1?Q?Bernhard Gl=FCck?= writes: B> QueryScriptObjectClasses( vector & names ) B> which should then contain "SpaceShip" The best here is, perhaps, to define a method Rs::GObject::inherited and store in a class variable the classes. B> QueryScriptObjectInstances( vector& vars,"SpaceShip") B> which should then store in the vars "s1" and "s2" Look at ObjectSpace#each_object B> With that i could serialize all script objects automatically, send B> them over the network ,and create a great script editor... You can perhaps look at drb (not really sure if this is what you want) Guy Decoux