class Mocha::Thrower
Public Class Methods
Source
# File lib/mocha/thrower.rb, line 5 def initialize(tag, object = nil) @tag, @object = tag, object end
# File lib/mocha/thrower.rb, line 5 def initialize(tag, object = nil) @tag, @object = tag, object end