nico Itkin
2009-Jun-16 13:53 UTC
WHY parent.collection.eql?(parent.collection) => false ????
HEllo In other word how to make the ruby eql? method work on arrays composed of AR instance objects ?? Itkin -- Posted via http://www.ruby-forum.com/.
MaurĂcio Linhares
2009-Jun-16 14:02 UTC
Re: WHY parent.collection.eql?(parent.collection) => false ????
Do you know what eql? compares? Shoudn''t you be using == instead? - MaurĂcio Linhares http://codeshooter.wordpress.com/ | http://twitter.com/mauriciojr On Tue, Jun 16, 2009 at 10:53 AM, nico Itkin<rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > HEllo > > In other word how to make the ruby eql? method work on arrays composed > of AR instance objects ?? > > Itkin > -- > Posted via http://www.ruby-forum.com/.