# File lib/mocha/class_method.rb, line 36 36: def remove_new_method 37: stubbee.__metaclass__.class_eval "remove_method :#{method}" 38: end