| Class | RR::TimesCalledMatchers::AnyTimesMatcher |
| In: |
lib/rr/times_called_matchers/any_times_matcher.rb
|
| Parent: | TimesCalledMatcher |
# File lib/rr/times_called_matchers/any_times_matcher.rb, line 13
13: def expected_times_message
14: "any number of times"
15: end