On Fri, Aug 08, 2003 at 02:05:31PM +0900, Dan Doel wrote: > And if I may play devil's advocate, Proc instances can be made from the > Kernel.proc or > Kernel.lambda methods, although I admit that there is Proc.new that does > the same thing. Actually, I think Proc.new {..} and proc {..} are no longer identical in 1.8.0. However I can't remember what the subtle difference is. Even if I could, I doubt I could remember which way round they were! Regards, Brian.