Method: ProcessExecuter::Destinations::FilePathMode#file

Defined in:
lib/process_executer/destinations/file_path_mode.rb

#fileFile (readonly)

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.

The opened file object

Returns:

  • the opened file

API:

  • private



25
26
27
# File 'lib/process_executer/destinations/file_path_mode.rb', line 25

def file
  @file
end