54 55 56 57
# File 'lib/lifter/file_upload.rb', line 54 def mv(new_path) FileUtils.mv(full_path, new_path) @path = new_path end