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