From: Johan Veenstra Date: 2007-11-06T05:33:48+09:00 Subject: Re: compare 2 "arrays" ------=_Part_21755_32150099.1194294824076 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/5/07, Christian wrote: > mp_hash.rb:36: undefined local variable or method `found' for On line 36 of the source file mp_hash.rb is something called 'found', but it is not defined. The same happen with the follwing very short program: test=found ruby -w test.rb test.rb:1: undefined local variable or method 'found' for main:Object (NameError) ------=_Part_21755_32150099.1194294824076--