# File lib/capistrano/configuration/actions/file_transfer.rb, line 20 def get(remote_path, path, options={}, &block) download(remote_path, path, options.merge(:once => true), &block) end