oun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Sunday, February 01, 2009 1:05 PM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Using the generated initializer
That is what I'm doing now
The other question was out of curiosity :
lf Of *Ivan Porto Carrero
> *Sent:* Sunday, February 01, 2009 11:03 AM
> *To:* ironruby-core@rubyforge.org
> *Subject:* [Ironruby-core] Using the generated initializer
>
>
>
> Hi
>
> I thought I created a ruby module and ruby class but I must be doing
> something wrong.
Ivan Porto Carrero
Sent: Sunday, February 01, 2009 11:03 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Using the generated initializer
Hi
I thought I created a ruby module and ruby class but I must be doing something
wrong.
using RubyMethodAttributes
Hi
I thought I created a ruby module and ruby class but I must be doing
something wrong.
using RubyMethodAttributes=IronRuby.Runtime.RubyMethodAttributes;
using RubyModuleDefinition = IronRuby.Runtime.RubyModuleAttribute;
using RubyClassDefinition = IronRuby.Runtime.RubyClassAttribute;
using Ruby