# File lib/rinda/tuplespace.rb, line 318 def delete(ary) size = ary.size @hash.fetch(size, []).delete(ary) end