diff options
-rw-r--r-- | lib/shell/process-controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ class Shell ObjectSpace.each_object(IO) do |io| if ![STDIN, STDOUT, STDERR].include?(io) - io.close unless io.closed? end end |
![]() | index : ruby.git | |
The Ruby Programming Language |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/shell/process-controller.rb | 2 |
@@ -260,7 +260,7 @@ class Shell ObjectSpace.each_object(IO) do |io| if ![STDIN, STDOUT, STDERR].include?(io) - io.close unless io.closed? end end |