# File lib/flexmock/expectation.rb, line 289 289: def add(expectation) 290: @expectations << expectation 291: end