On 10/24/2009 07:46 PM, Alexander Cohen wrote: > Can anyone out there point me to some tutorial or examples on how to > use the Ruby VM? Most specifically, how to separate the VM into > multiple contexts with their own set of global objects and maybe how > to use the stack functions. I don't think there is an easy way to sandbox multiple contexts and still use global variables etc. You would at least have to hack the interpreter, I guess. What are you trying to accomplish? Kind regards robert -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/