Class: Capistrano::EnvConfig
- Inherits:
-
Plugin
- Object
- Plugin
- Capistrano::EnvConfig
- Defined in:
- lib/capistrano/env_config.rb,
lib/capistrano/env_config/version.rb
Defined Under Namespace
Classes: Environment
Constant Summary collapse
- VERSION =
'0.0.6'
Instance Method Summary collapse
Instance Method Details
#define_tasks ⇒ Object
6 7 8 |
# File 'lib/capistrano/env_config.rb', line 6 def define_tasks eval_rakefile File.( '../tasks/env_config.rake', __FILE__ ) end |
#set_defaults ⇒ Object
10 11 12 |
# File 'lib/capistrano/env_config.rb', line 10 def set_defaults set_if_empty :env_config_roles, :all end |