From: Daniel Lucraft Date: 2008-02-05T20:54:05+09:00 Subject: Re: Invoke .NET objects from Ruby Bill Atkins wrote: > 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? This might do it: http://rubyforge.org/projects/rubyclr/ eg: http://rbazinet.wordpress.com/2006/03/30/rubyclr-ruby-meets-net/ Dan -- Posted via http://www.ruby-forum.com/.