# File lib/redis.rb, line 1101 def splat(name) insert(name) { |argument, value| [argument, *value] } end