Flowdock
method

initialize_dup

Importance_0
initialize_dup(obj) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/delegate.rb, line 181
  def initialize_dup(obj) # :nodoc:
    self.__setobj__(obj.__getobj__.dup)
  end
Register or log in to add new notes.