On 8/4/06, Ritesh Tijoriwala <riteshtijoriwala / yahoo.com> wrote: > Is there any tutorial/link/website that explains how to wrap existing > c/c++ libraries for use from within Ruby? Google for "swig ruby" and you should find some useful links. SWIG (http://www.swig.org/) is a tool for semi-automatically generating Ruby wrapper code for C/C++ libraries.