Method: ProcessExecuter::DestinationBase#close
- Defined in:
- lib/process_executer/destination_base.rb
#close
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.
This method returns an undefined value.
Closes the destination if necessary
By default, this method does nothing. Subclasses should override this method if they need to perform cleanup.
53 |
# File 'lib/process_executer/destination_base.rb', line 53 def close; end |