search for: operation_with_rend

Displaying 1 result from an estimated 1 matches for "operation_with_rend".

Did you mean: operation_with_render
2007 Jun 12
2
replacement for returning Proc
Can somebody help me understand the new syntax for replacing a return statement that returns a Proc? I''m having difficulty understanding what is meant by: "Use explicit multiple return values and/or multiple expectations instead." source: http://mocha.rubyforge.org/classes/Mocha/ Expectation.html#M000024 Here is a simple example of what I am doing: http://