# File lib/capistrano/recipes/deploy/dependencies.rb, line 17 def check yield self self end
# File lib/capistrano/recipes/deploy/dependencies.rb, line 34 def each @dependencies.each { |d| yield d } self end
# File lib/capistrano/recipes/deploy/dependencies.rb, line 28 def local dep = LocalDependency.new(configuration) @dependencies << dep dep end
Generated with the Darkfish Rdoc Generator 2.