Method: ProcessExecuter::Destinations::FilePathMode#file
- Defined in:
- lib/process_executer/destinations/file_path_mode.rb
#file ⇒ File (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
25 26 27 |
# File 'lib/process_executer/destinations/file_path_mode.rb', line 25 def file @file end |