class FlexMock::Undefined
Undefined
is a self preserving undefined object. The result of any interaction with the undefined object will be the undefined object itself.
Public Instance Methods
Source
# File lib/flexmock/undefined.rb, line 38 def coerce(other) [FlexMock.undefined, FlexMock.undefined] end
Source
# File lib/flexmock/undefined.rb, line 18 def method_missing(sym, *args, &block) self end