# File lib/rr/times_called_matchers/at_least_matcher.rb, line 6 def matches?(times_called) times_called >= @times end