Module: Capistrano::SrvHosts

Defined in:
lib/capistrano/srv_hosts/version.rb,
lib/capistrano/srv_hosts.rb

Defined Under Namespace

Modules: InstanceMethods

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.load_into(configuration) ⇒ Object



19
20
21
22
23
# File 'lib/capistrano/srv_hosts.rb', line 19

def self.load_into(configuration)
  configuration.load do
    extend InstanceMethods 
  end
end