# File lib/capistrano/recipes/deploy/dependencies.rb, line 17 17: def check 18: yield self 19: self 20: end
# File lib/capistrano/recipes/deploy/dependencies.rb, line 34 34: def each 35: @dependencies.each { |d| yield d } 36: self 37: end
# File lib/capistrano/recipes/deploy/dependencies.rb, line 28 28: def local 29: dep = LocalDependency.new(configuration) 30: @dependencies << dep 31: dep 32: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.