# File lib/flexmock.rb, line 312
312:     def <<(expectation)
313:       @expectations << expectation
314:     end