module Shell

Public Instance Methods

file_exists?(file) click to toggle source
# File lib/capistrano/modules/shell.rb, line 2
def file_exists?(file)
  test("[ -f #{file} ]")
end