# File lib/rr/times_called_matchers/never_matcher.rb, line 18 def attempt?(times_called) raise RR::Errors.build_error(:TimesCalledError, error_message(1)) end