class Capistrano::BundleRsync::Base

Public Class Methods

new(delegator) click to toggle source
Calls superclass method
# File lib/capistrano/bundle_rsync/base.rb, line 6
def initialize(delegator)
  super(delegator)
end

Public Instance Methods

config() click to toggle source
# File lib/capistrano/bundle_rsync/base.rb, line 10
def config
  Capistrano::BundleRsync::Config
end