# File lib/new_relic/agent/pipe_channel_manager.rb, line 116
        def after_fork_in_child
          @out.close unless @out.closed?
          write(READY_MARKER)
        end