Inheriting from an abstract class

Hi
I’ve been working with Kean Walmsley to get the same samples going he
has
for IronPython but with IronRuby.
In this process he’s inheriting of an abstract class inside the autocad
assemblies, but when that new ruby class is instantiated IronRuby isn’t
happy at all.

IR is complaining that the class doesn’t implement IRubyObject or that
it is
a class. But when I create a non-abstract class and make the ruby object
inherit of that empty non-abstract class things it does work.

I’ll submit this on codeplex with the error message I guess :slight_smile:

Author of IronRuby in Action (http://manning.com/carrero)