Module: DumpCleaner::Cleaners::MysqlShellDumpHelpers
- Included in:
- MysqlShellDumpCleaner, MysqlShellTableCleaner
- Defined in:
- lib/dump_cleaner/cleaners/mysql_shell_dump_helpers.rb
Instance Method Summary collapse
Instance Method Details
#destination_file_for(source_file) ⇒ Object
6 7 8 |
# File 'lib/dump_cleaner/cleaners/mysql_shell_dump_helpers.rb', line 6 def destination_file_for(source_file) source_file.sub(.source_dump_path, .destination_dump_path) end |