# File lib/mocha/expectation_list.rb, line 5
5:     def initialize
6:       @expectations = []
7:     end