# File lib/mocha/class_method.rb, line 63
63:     def remove_new_method
64:       stubbee.__metaclass__.send(:remove_method, method)
65:     end