Method: WPScan::DB::Updater#backup_file_path
- Defined in:
- lib/wpscan/db/updater.rb
#backup_file_path(filename) ⇒ String
110 111 112 |
# File 'lib/wpscan/db/updater.rb', line 110 def backup_file_path(filename) repo_directory.join("#{filename}.back").to_s end |