# File lib/mocha/expectation_list.rb, line 9
    def add(expectation)
      @expectations.unshift(expectation)
      expectation
    end