Class: Capistrano::BundleRsync::Base
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Capistrano::BundleRsync::Base
- Defined in:
- lib/capistrano/bundle_rsync/base.rb
Instance Method Summary collapse
- #config ⇒ Object
-
#initialize(delegator) ⇒ Base
constructor
A new instance of Base.
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
#config ⇒ Object
10 11 12 |
# File 'lib/capistrano/bundle_rsync/base.rb', line 10 def config Capistrano::BundleRsync::Config end |