Class: Tumugi::Plugin::AtomicLocalFile
- Inherits:
-
AtomicFile
- Object
- AtomicFile
- Tumugi::Plugin::AtomicLocalFile
- Defined in:
- lib/tumugi/plugin/atomic_local_file.rb
Instance Attribute Summary
Attributes inherited from AtomicFile
Instance Method Summary collapse
Methods inherited from AtomicFile
Constructor Details
This class inherits a constructor from Tumugi::AtomicFile
Instance Method Details
#move_to_final_destination(temp_file) ⇒ Object
7 8 9 |
# File 'lib/tumugi/plugin/atomic_local_file.rb', line 7 def move_to_final_destination(temp_file) FileUtils.move(temp_file, path) end |