# File lib/rr/times_called_matchers/never_matcher.rb, line 6definitializesuper0end
Public Instance Methods
attempt?(times_called)click to toggle source
# File lib/rr/times_called_matchers/never_matcher.rb, line 18defattempt?(times_called)
raiseRR::Errors.build_error(:TimesCalledError, error_message(1))
end
matches?(times_called)click to toggle source
# File lib/rr/times_called_matchers/never_matcher.rb, line 14defmatches?(times_called)
trueend
possible_match?(times_called)click to toggle source
# File lib/rr/times_called_matchers/never_matcher.rb, line 10defpossible_match?(times_called)
trueend