# File lib/mocha/class_method.rb, line 54
54:     def remove_new_method
55:       stubbee.__metaclass__.send(:remove_method, method)
56:     end