class Tumugi::Plugin::AtomicLocalFile
Public Instance Methods
move_to_final_destination(temp_file)
click to toggle source
# File lib/tumugi/plugin/atomic_local_file.rb, line 7 def move_to_final_destination(temp_file) FileUtils.move(temp_file, path) end