# File lib/mocha/mock.rb, line 109
109:     def unstub(method_name)
110:       @expectations.remove_all_matching_method(method_name)
111:     end