Module | Capistrano::Configuration::Loading::ClassMethods |
In: |
lib/capistrano/configuration/loading.rb
|
Used internally to determine what the current "feature" being required is. This is used to track which files load which recipes via require.
Used internally to specify the current file being required, so that any recipes loaded by that file can be remembered. This allows recipes loaded via require to be correctly reloaded in different Configuration instances in the same Ruby instance.
Used by third-party task bundles to identify the capistrano configuration that is loading them. Its return value is not reliable in other contexts. If require_config is not false, an exception will be raised if the current configuration is not set.
Used internally by Capistrano to specify the current configuration before loading a third-party task bundle.
Used internally by Capistrano to track which recipes have been loaded via require, so that they may be successfully reloaded when require is called again.