module BackupDriver

Constants

LIBRARY_PATH
VERSION

Public Class Methods

backup() click to toggle source
# File lib/backup_driver.rb, line 19
def self.backup
  Driver.new.backup
end