Ruby as a .dll file or perhaps as a COM object?

Does Ruby come in .dll form, or as a COM object? I want to embed Ruby into
an application, and I’m not sure of the best way to approach the task,
although it does seem to me that a .dll or COM object would be the ideal
solution.

Sean O'Dell

I often read about
http://metaeditor.sourceforge.net/embed/index.html
(ruby embedding in C++ guide)
and
rubyCOM (dunno if it’s still mantained)

···

il Wed, 11 Jun 2003 22:42:37 GMT, “Sean O’Dell” sean@REMOVEME.celsoft.com ha scritto::

Does Ruby come in .dll form, or as a COM object? I want to embed Ruby into
an application, and I’m not sure of the best way to approach the task,
although it does seem to me that a .dll or COM object would be the ideal
solution.

Sean O’Dell