# File lib/rspec/matchers/matcher.rb, line 74 def match_unless_raises(exception=Exception, &block) @expected_exception = exception match(&block) end