# File lib/rr/times_called_matchers/at_most_matcher.rb, line 14 14: def attempt?(times_called) 15: times_called < @times 16: end
# File lib/rr/times_called_matchers/at_most_matcher.rb, line 18 18: def expected_times_message 19: "at most #{@times.inspect} times" 20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.