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