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