class ProcessExecuter::MonitoredPipe
def close
-
(void)
-
def close return unless state == :open @state = :closing sleep 0.001 until state == :closed end
(void)
-
def close return unless state == :open @state = :closing sleep 0.001 until state == :closed end