# File lib/arrayfields.rb, line 139
    def slice!(*args)
      ret = self[*args]
      self[*args] = nil
      ret
    end