Subject: Invoke .NET objects from Ruby
From: Bill Atkins <batkins57@ a . m
Date: Tue, 5 Feb 2008 15:24:56 +0900
I have a DLL assembly containing some classes I wrote in C#, and I'd
like to be able to use these objects from a Ruby script (not from
a .NET Ruby implementation, but from plain old MRI).
Is this possible?