From: ts Date: 2003-02-06T00:03:32+09:00 Subject: Re: Embedding Ruby in C code >>>>> "S" == Szymon Drejewicz writes: S> Where I can find more docs about embedded Ruby in C? For example, I know S> that function 'rb_protect()' exists but I don't have any manual. rb_protect() is described in the pickaxe (chapter "Ruby C Language API"), and also in eval.c Guy Decoux