# File lib/mocha/mock.rb, line 85 85: def unstub(method_name) 86: @expectations.remove_all_matching_method(method_name) 87: end