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