# File lib/mocha/class_method.rb, line 43
43:     def remove_new_method
44:       stubbee.__metaclass__.send(:remove_method, method)
45:     end