search for: time_2

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

Did you mean: time_t
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://