each_entry(&blk)
No documentation available.
# File lib/rinda/tuplespace.rb, line 397 def each_entry(&blk) @hash.each do |k, v| v.each(&blk) end end