marshal_load(data) Instance Public methods Reinitializes delegation from a serialized object.
method_missing(m, *args, &block) Instance Public methods Handles the magic of delegation through _getobj_.
methods(all=true) Instance Public methods Returns the methods available to this delegate object as the union of this object's and _getobj_ methods.
protected_methods(all=true) Instance Public methods Returns the methods available to this delegate object as the union of this object's and _getobj_ protected methods.
public_methods(all=true) Instance Public methods Returns the methods available to this delegate object as the union of this object's and _getobj_ public methods.
respond_to_missing?(m, include_private) Instance Public methods Checks for a method provided by this the delegate object by forwarding the call through _getobj_.
taint Instance Public methods Taint both the object returned by _getobj_ and self.
trust Instance Public methods Trust both the object returned by _getobj_ and self.
untaint Instance Public methods Untaint both the object returned by _getobj_ and self.
untrust Instance Public methods Untrust both the object returned by _getobj_ and self.
Page 166 of 11844