On Thu, 05 Aug 2004 21:03:37 +0900, Caio Chassot wrote: >> What I said in the previous post only applies to procs created with >> lambda (including the return thing), not procs created with Proc.new. > > and is there any difference between lambda {...} and proc {...} ? Well, according to ri they are the same method, and a short investigation seemes to confirm that. KB