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