# File lib/mocha/expectation.rb, line 405 405: def throws(tag, object = nil) 406: @return_values += ReturnValues.new(Thrower.new(tag, object)) 407: self 408: end