# File lib/capistrano/recipes/deploy/remote_dependency.rb, line 33 def command(command, options={}) @message ||= "`#{command}' could not be found in the path" try("which #{command}", options) self end