Method: ProcessExecuter::DestinationBase.compatible_with_monitored_pipe?

Defined in:
lib/process_executer/destination_base.rb

.compatible_with_monitored_pipe?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Determines if this destination class can be wrapped by MonitoredPipe

All destination types can be wrapped by MonitoredPipe unless they explicitly opt out.

Returns:

  • (Boolean)


73
# File 'lib/process_executer/destination_base.rb', line 73

def self.compatible_with_monitored_pipe? = true