This is very much an ARGH!!!

Time line: Friday get confirmation about an interview using Ruby. 
Google for IDE and find Ruby in Steel. Yea (ruby 1.86 in the free 
version).

Read the "Book of Ruby" and start my first Ruby application.
For my first application I choose Solve KenKen puzzles.

At some point I need to make a deep copy. I define my initialize_copy 
method. The assumption is this will actually be ran, but NO!

I have not looked into implementing the IDuplicable interface. This is 
what I ended up doing.

if equation.validEquation
  newEquation = equation.clone
        newEquation.initialize_copy(newEquation) #should not have to do 
this. very anoying
  @equations << newEquation # need to make this a deep copy.
end

ARGH!!! ARGH!!!

Is there a free ide that does plain Ruby vs. IronRuby?

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to