Method: Capistrano::Deploy::Dependencies#each
- Defined in:
- lib/capistrano/recipes/deploy/dependencies.rb
#each ⇒ Object
34 35 36 37 |
# File 'lib/capistrano/recipes/deploy/dependencies.rb', line 34 def each @dependencies.each { |d| yield d } self end |