Method: Capistrano::Deploy::Dependencies#remote
- Defined in:
- lib/capistrano/recipes/deploy/dependencies.rb
#remote ⇒ Object
22 23 24 25 26 |
# File 'lib/capistrano/recipes/deploy/dependencies.rb', line 22 def remote dep = RemoteDependency.new(configuration) @dependencies << dep dep end |