class ActiveSupport::SafeBuffer

def +(other)

def +(other)
  dup.concat(other)
end