# File lib/new_relic/agent/pipe_channel_manager.rb, line 112
        def eof?
          !@out.closed? && @out.eof?
        end