# File lib/mocha/expectation_list.rb, line 3
    def initialize(expectations = [])
      @expectations = expectations
    end