method

initialize_copy

initialize_copy(other)
public

No documentation available.

# File activesupport/lib/active_support/broadcast_logger.rb, line 194
    def initialize_copy(other)
      @broadcasts = []
      @progname = other.progname.dup

      broadcast_to(*other.broadcasts.map(&:dup))
    end