From: Edwin Fine Date: 2007-02-13T15:29:27+09:00 Subject: Re: What is Proc#== Incidentally, the reason why lambda {} == lambda {} may be because all the values I showed in the previous post (e.g. data->body, data->var, etc) are all zero or NULL (no vars, no body, and so on) which would make them equal and therefore the procs equal. Maybe. -- Posted via http://www.ruby-forum.com/.