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
That is what I'm doing now The other question was out of curiosity :) On Sun, Feb 1, 2009 at 9:30 PM, Tomas Matousek wrote: > Any reason why you don't prefer to work with RubyController class > directly from Ruby code? > > > > … > > > > class RubyController > > def info > > view_data.a

Re: [Ironruby-core] Using the generated initializer

2009-02-01 Thread Tomas Matousek
Any reason why you don’t prefer to work with RubyController class directly from Ruby code? … class RubyController def info view_data.add(“Platform”, “IronRuby Mvc 1.0”) end end Tomas From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of I