class ProcessExecuter::Destinations::MonitoredPipe

def close

Returns:
  • (void) -
def close
  destination.close if destination.state == :open
end