Class: Capistrano::BundleRsync::Base

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/capistrano/bundle_rsync/base.rb

Direct Known Subclasses

Bundler, SCM

Instance Method Summary collapse

Constructor Details

#initialize(delegator) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/capistrano/bundle_rsync/base.rb', line 6

def initialize(delegator)
  super(delegator)
end

Instance Method Details

#configObject



10
11
12
# File 'lib/capistrano/bundle_rsync/base.rb', line 10

def config
  Capistrano::BundleRsync::Config
end