On Apr 17, 2008, at 6:47 PM, Marc Heiler wrote:
> My problem with lambda's is that I have a hard time to find a
> real use case for them



one more note

if you use

open(path){|fd| p fd.read}

array.each{|i| p i}

or

hash.each{|k,v| p k,v}

you've found a use for them ;-)

a @ http://codeforpeople.com/
--
we can deny everything, except that we have the possibility of being  
better. simply reflect on that.
h.h. the 14th dalai lama