Re: [Ironruby-core] Interface methods of internal class not defined in IR

2009-05-10 Thread Tomas Matousek
09 10:45 PM To: [email protected] Subject: [Ironruby-core] Interface methods of internal class not defined in IR Hi there, We are using a .NET library which comprises of several classes marked internal where each class exposes functionality through an interface. When attempting to call on

[Ironruby-core] Interface methods of internal class not defined in IR

2009-05-10 Thread Xerxes Battiwalla
Hi there, We are using a .NET library which comprises of several classes marked internal where each class exposes functionality through an interface. When attempting to call on these objects in IR, we get an "undefined method" exception. Is there a way to access the interface members of the class