# File lib/capistrano/recipes/deploy/local_dependency.rb, line 12 def command(command) @message ||= "`#{command}' could not be found in the path on the local host" @success = find_in_path(command) self end