# File lib/mocha/mock.rb, line 163
    def unstub(method_name)
      @expectations.remove_all_matching_method(method_name)
    end