class Concurrent::Tuple

def each

Other tags:
    Yieldparam: ref - the `Concurrent::AtomicReference` object at the current index
def each
  @tuple.each {|ref| yield ref.get}
end