From 2ee9353fba7be5443db2ccdc3541586932ccf1f1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 8 Dec 2018 17:33:51 +0000 Subject: remove IO#close_on_exec= calls Since we've required Ruby 2.0+ for a while, we can assume descriptors are created with IO#close_on_exec=true and avoid bloating our code with calls to it. --- lib/yahns/queue_quitter_pipe.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/yahns/queue_quitter_pipe.rb') diff --git a/lib/yahns/queue_quitter_pipe.rb b/lib/yahns/queue_quitter_pipe.rb index 789eacd..9a2e494 100644 --- a/lib/yahns/queue_quitter_pipe.rb +++ b/lib/yahns/queue_quitter_pipe.rb @@ -7,7 +7,6 @@ class Yahns::QueueQuitter # :nodoc: attr_reader :to_io def initialize @reader, @to_io = IO.pipe - @to_io.close_on_exec = true end def yahns_step -- cgit v1.2.3-24-ge0c7