module Capistrano::SrvHosts

Constants

VERSION

Public Class Methods

load_into(configuration) click to toggle source
# File lib/capistrano/srv_hosts.rb, line 19
def self.load_into(configuration)
  configuration.load do
    extend InstanceMethods 
  end
end