method_missing(m, *args, &block) Instance Public methods Handles the magic of delegation through _getobj_.
marshal_load(data) Instance Public methods Reinitializes delegation from a serialized object.
marshal_dump() Instance Public methods Serialization support for the object returned by _getobj_.
freeze Instance Public methods Freeze both the object returned by _getobj_ and self.
__setobj__(obj) Instance Public methods This method must be overridden by subclasses and change the object delegate to obj.
__getobj__() Instance Public methods This method must be overridden by subclasses and should return the object method calls are being delegated to.
==(obj) Instance Public methods Returns true if two objects are considered of equal value.
!=(obj) Instance Public methods Returns true if two objects are not considered of equal value.
!() Instance Public methods Delegates ! to the _getobj_
new(obj) Class Public methods Pass in the obj to delegate method calls to. All methods supported by obj will be delegated to.
Page 2167 of 2275