RR::TimesCalledMatchers::TimesCalledMatcher
# File lib/rr/times_called_matchers/integer_matcher.rb, line 14 14: def attempt?(times_called) 15: times_called < @times 16: end
# File lib/rr/times_called_matchers/integer_matcher.rb, line 10 10: def matches?(times_called) 11: times_called == @times 12: end
# File lib/rr/times_called_matchers/integer_matcher.rb, line 6 6: def possible_match?(times_called) 7: times_called <= @times 8: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.