method

initialize_copy

initialize_copy(other)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 117
    def initialize_copy(other)
      super
      @dirty = other.dirty?
    end