From: ts Date: 2002-06-06T18:26:25+09:00 Subject: Re: eval and local variable >>>>> "O" == Olaf Klischat writes: O> Then at least the error message is confusing, isn't it? >> >>>>> "P" == Park Heesob writes: P> p foo #--> foo.rb:4: undefined local variable or method `foo' for Not for me, this mean that * at compile type no local variable with the name 'foo' was defined * at run time, no method with the name `foo' was defined Guy Decoux