Re: [Ironruby-core] Using the generated initializer

2009-02-01 Thread Tomas Matousek
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 :

Re: [Ironruby-core] Using the generated initializer

2009-02-01 Thread Ivan Porto Carrero
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.

Re: [Ironruby-core] Using the generated initializer

2009-02-01 Thread Tomas Matousek
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

[Ironruby-core] Using the generated initializer

2009-02-01 Thread Ivan Porto Carrero
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