From: Russell Mok Date: 2001-11-02T00:11:27+09:00 Subject: [ruby-talk:24086] question about embedding I'm new to the ruby world, so I may be asking a question that has been asked many many times before. The api looks like I can only initialize ruby once. What I would like is to reinitialize the ruby interpreter or create a new instance everytime a execute a ruby script in my process. Something like what I can do with perl. I'm playing with ruby 1.6.5. Thanks. Russell