# File lib/mocha/thrower.rb, line 5 5: def initialize(tag, object = nil) 6: @tag, @object = tag, object 7: end