# File lib/flexmock/expectation.rb, line 212
212:     def and_return_undefined
213:       and_return(FlexMock.undefined)
214:     end