module Concurrent::Synchronization::AbstractStruct
def ns_equality(other)
@!macro struct_equality
def ns_equality(other) self.class == other.class && self.values == other.values end
def ns_equality(other) self.class == other.class && self.values == other.values end