class Mocha::AnyInstanceMethod
Private Instance Methods
Source
# File lib/mocha/any_instance_method.rb, line 7 def mock_owner stubbee.any_instance end
Source
# File lib/mocha/any_instance_method.rb, line 15 def original_method_owner stubbee end
Source
# File lib/mocha/any_instance_method.rb, line 11 def stubbee_method(method_name) stubbee.instance_method(method_name) end