class ActiveSupport::SafeBuffer

def insert(index, value)

def insert(index, value)
  super(index, html_escape_interpolated_argument(value))
end