# File lib/flexmock/expectation.rb, line 219
219:     def and_return_undefined
220:       and_return(FlexMock.undefined)
221:     end