> lambda are perfect anytime you want a context sensitive result and > don't want to code everything in one massive global scope. My problem with lambda's is that I have a hard time to find a real use case for them. I am not sure of some use case with lambda {} that brings a definite advantage over i.e. just using some special object or simple method. -- Posted via http://www.ruby-forum.com/.