Flowdock
method

initialize_dup

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Delegator
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 207
  def initialize_dup(obj) # :nodoc:
    self.__setobj__(obj.__getobj__.dup)
  end
Register or log in to add new notes.