IronRuby::Clr modules

Hi,

I’m looking at the IronRuby class and its members. I’ve run into the
IronRuby::Clr module that contains modules like BigInteger, Float and
String.
I know that, for example, IronRuby::Clr::BigInteger is included in the
Bignum implementation. My question is - why are they available via the
IronRuby::Clr module?

Thanks,
Shay.

No strong reason. IronRuby::Clr is a convenient place where to define
CLR related modules.

Tomas

From: [email protected]
[mailto:[email protected]] On Behalf Of Shay F.
Sent: Saturday, November 21, 2009 1:25 AM
To: ironruby-core
Subject: [Ironruby-core] IronRuby::Clr modules

Hi,

I’m looking at the IronRuby class and its members. I’ve run into the
IronRuby::Clr module that contains modules like BigInteger, Float and
String.
I know that, for example, IronRuby::Clr::BigInteger is included in the
Bignum implementation. My question is - why are they available via the
IronRuby::Clr module?

Thanks,
Shay.