class ActiveSupport::SafeBuffer

def initialize_copy(other)

def initialize_copy(other)
  super
  @html_safe = other.html_safe?
end