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
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
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
;
>
>
> 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
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
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