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