dup()
Duplication support for the object returned by __getobj__.
# File lib/delegate.rb, line 236 def dup new = super new.__setobj__(__getobj__.clone) new end