# File lib/rspec/matchers/built_in/raise_error.rb, line 40 def does_not_match?(given_proc) !matches?(given_proc, :negative_expectation) end