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