# File lib/posix/spawn/child.rb, line 96
      def success?
        @status && @status.success?
      end