module Concurrent::Synchronization::AbstractStruct
def ns_each_pair
@!macro struct_each_pair
def ns_each_pair @values.length.times do |index| yield self.class::MEMBERS[index], @values[index] end end
def ns_each_pair @values.length.times do |index| yield self.class::MEMBERS[index], @values[index] end end