6 lines
89 B
Ruby
6 lines
89 B
Ruby
class NullBackupService
|
|
def backup(file_path, options = {})
|
|
# do nothing
|
|
end
|
|
end
|