Ruby lambda April 27, 2010 Laas3 Comments I stumbled upon a problem with one of my scripts: how do you split a yielded block between two different callers while conforming to the DRY principe? The answer is lambda method. Read More »