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