In Files

Methods

Class/Module Index [+]

Quicksearch

Backup

Temporary measure for deprecating the use of Configuration namespaced classes for setting pre-configured defaults.


Build the Backup Command Line Interface using Thor


The Backup Ruby Gem

Public Class Methods

const_missing(const) click to toggle source
# File lib/backup/config.rb, line 154
def const_missing(const)
  if const.to_s == 'CONFIG_FILE'
    Logger.warn Errors::ConfigError.new(          Configuration File Upgrade Needed          Your configuration file, located at #{ Config.config_file }          needs to be upgraded for this version of Backup.          The reference to 'Backup::CONFIG_FILE' in your current config.rb file          has been deprecated and needs to be replaced with 'Config.config_file'.          You may update this reference in your config.rb manually,          or generate a new config.rb using 'backup generate:config'.          * Note: if you have global configuration defaults set in config.rb,          be sure to transfer them to your new config.rb, should you choose          to generate a new config.rb file.)
    return Config.config_file
  end
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.