method
each_entry
v2_5_5 -
Show latest stable
- Class:
Rinda::TupleBag
each_entry(&blk)private
No documentation available.
# File lib/rinda/tuplespace.rb, line 397
def each_entry(&blk)
@hash.each do |k, v|
v.each(&blk)
end
end