Subject: [ruby-core:19422] Now that lambda has more powerful arguments...
From: Dave Thomas <dave pragprog.com>
Date: Wed, 22 Oct 2008 03:17:17 +0900
is there anything that
-> (..) { .. }
can do that
lambda {|...| ...}
cannot do?
(I'm trying to decide if it needs its own section in the book)
Cheers
Dave