# File lib/mocha/any_instance_method.rb, line 25
25:     def remove_new_method
26:       stubbee.class_eval "remove_method :#{method}"
27:     end