= private = protected
each()
Iterates over all discovered TupleSpaces starting with the primary.
# File lib/rinda/ring.rb, line 364 def each lookup_ring_any unless @primary return unless @primary yield(@primary) @rings.each { |x| yield(x) } end