# File lib/rspec/matchers/raise_error.rb, line 125 def raise_error(error=Exception, message=nil, &block) Matchers::RaiseError.new(error, message, &block) end