Re: [Ironruby-core] Accessing classes that are inherited from generics.

2010-07-28 Thread Tomas Matousek
Is the class internal? From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Kevin Pratt Sent: Wednesday, July 28, 2010 7:35 AM To: ironruby-core@rubyforge.org Subject: Re: [Ironruby-core] Accessing classes that are inherited from generics. I'l

Re: [Ironruby-core] Accessing classes that are inherited from generics.

2010-07-28 Thread Kevin Pratt
C, D[C], D[T], Object, Kernel] > > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Charles Strahan > *Sent:* Thursday, July 22, 2010 3:21 PM > *To:* ironruby-core@rubyforge.org > *Su

Re: [Ironruby-core] Accessing classes that are inherited from generics.

2010-07-22 Thread Tomas Matousek
t; [mailto:ironruby-core-boun...@rubyforge.org<mailto:ironruby-core-boun...@rubyforge.org>] On Behalf Of Kevin Pratt Sent: Thursday, July 22, 2010 5:29 AM To: ironruby-core Subject: [Ironruby-core] Accessing classes that are inherited from generics. Hello, I have a few classes in a namespace t

Re: [Ironruby-core] Accessing classes that are inherited from generics.

2010-07-22 Thread Charles Strahan
; > > > Tomas > > > > *From:* ironruby-core-boun...@rubyforge.org [mailto: > ironruby-core-boun...@rubyforge.org] *On Behalf Of *Kevin Pratt > *Sent:* Thursday, July 22, 2010 5:29 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] Accessing classes that are inherit

Re: [Ironruby-core] Accessing classes that are inherited from generics.

2010-07-22 Thread Tomas Matousek
byforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Kevin Pratt Sent: Thursday, July 22, 2010 5:29 AM To: ironruby-core Subject: [Ironruby-core] Accessing classes that are inherited from generics. Hello, I have a few classes in a namespace that follow this form. public class Exam

[Ironruby-core] Accessing classes that are inherited from generics.

2010-07-22 Thread Kevin Pratt
Hello, I have a few classes in a namespace that follow this form. public class ExampleName : BaseClass { } Any class that follows this structure does not get pulled through when I require my DLL. Does anyone have any ideas? I'm also using the Castle ActiveRecord project and the classes that in