# File lib/rr/times_called_matchers/at_most_matcher.rb, line 10 def matches?(times_called) times_called <= @times end