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 instance can be wrapped by MonitoredPipe
79 80 81 |
# File 'lib/process_executer/destination_base.rb', line 79 def compatible_with_monitored_pipe? self.class.compatible_with_monitored_pipe? end |