module Concurrent::Synchronization::AbstractStruct
def ns_initialize_copy
def ns_initialize_copy @values = @values.map do |val| begin val.clone rescue TypeError val end end end
def ns_initialize_copy @values = @values.map do |val| begin val.clone rescue TypeError val end end end