exit 0 if !defined?(Ractor) require "objspace" ObjectSpace.trace_object_allocations do r = Ractor.new { 10 } r.take end