Ivan Porto Carrero
2009-Apr-30 19:46 UTC
[Ironruby-core] 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 :) --- Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20090430/2bd58171/attachment.html>