# File lib/mocha/any_instance_method.rb, line 7
    def unstub
      remove_new_method
      restore_original_method
      stubbee.any_instance.reset_mocha
    end