Object
Undefined is a self preserving undefined object. The result of any interaction with the undefined object will be the undefined object itself.
# File lib/flexmock/undefined.rb, line 30 30: def clone 31: self 32: end
# File lib/flexmock/undefined.rb, line 34 34: def coerce(other) 35: [FlexMock.undefined, FlexMock.undefined] 36: end
# File lib/flexmock/undefined.rb, line 26 26: def inspect 27: to_s 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.