Ruby SimpleDelegator Functions

EditRocket provides the following information on SimpleDelegator functions in the Ruby source code builder.

clone() - Clone support for the object returned by __getobj__.

dup(obj) - Duplication support for the object returned by __getobj__.

new(obj) - Pass in the obj you would like to delegate method calls to.