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