Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
clone()
public
Clone support for the object returned by __getobj__.
# File lib/delegate.rb, line 230
def clone
new = super
new.__setobj__(__getobj__.clone)
new
end