Method: RR::TimesCalledMatchers::IntegerMatcher#matches?

Defined in:
lib/rr/times_called_matchers/integer_matcher.rb

#matches?(times_called) ⇒ Boolean



10
11
12
# File 'lib/rr/times_called_matchers/integer_matcher.rb', line 10

def matches?(times_called)
  times_called == @times
end