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