Method: Vedeu::Distributed::Subprocess#file_open
- Defined in:
- lib/vedeu/distributed/subprocess.rb
#file_open ⇒ File (private) Also known as: file
86 87 88 |
# File 'lib/vedeu/distributed/subprocess.rb', line 86 def file_open @file ||= File.new(file_name, 'w', 0755) end |