# File lib/rinda/tuplespace.rb, line 309
    def push(ary)
      size = ary.size
      @hash[size] ||= []
      @hash[size].push(ary)
    end