Since nobody else has said anything yet, I guess I will :)

On Feb 28, 2004, at 9:44 AM, Eric Smith wrote:

> Is there any documentation or example code showing embedding Ruby in
> a C program?  A Google search turns up some C++ stuff, but it didn't
> seem very helpful.

Have you looked in the PickAxe guide? There's a nice section there that 
might answer your questions. Look under "Ruby in its Setting >> 
Extending Ruby" for the goods.

> Is it possible to create multiple independent Ruby interpreter 
> contexts?

I'm a little behind with my C 'skillz', but looking at the pickaxe, I 
would guess no.  But as I said, I'm very rusty.

--Mark