deep_dup

in lib/elastic/transport/opentelemetry.rb [141:148]


        def deep_dup(obj)
          case obj
          when Hash then hash(obj)
          when Array then array(obj)
          else obj.dup
          end
        end