class ActiveSupport::SafeBuffer

def clone_empty

def clone_empty
  self[0, 0]
end