Class: Borg::Configuration

Inherits:
Capistrano::Configuration show all
Includes:
Applications, Assimilator, Stages
Defined in:
lib/borg/configuration.rb,
lib/borg/configuration/stages.rb,
lib/borg/configuration/assimilator.rb,
lib/borg/configuration/applications.rb

Defined Under Namespace

Modules: Applications, Assimilator, Stages

Instance Attribute Summary

Attributes included from Applications

#applications

Instance Method Summary collapse

Methods included from Applications

#application, included

Methods included from Assimilator

#assimilate, #assimilate!

Methods included from Stages

#stage

Instance Method Details

#_cset(name, *args, &block) ⇒ Object

source: capistrano/recipes/deploy.rb



63
64
65
# File 'lib/borg/configuration.rb', line 63

def _cset(name, *args, &block)
  set(name, *args, &block) unless exists?(name)
end