# File lib/mocha/class_method.rb, line 9
 9:     def initialize(stubbee, method)
10:       @stubbee, @method = stubbee, method
11:     end