Class: Capistrano::UploadTask

Inherits:
Rake::FileCreationTask
  • Object
show all
Defined in:
lib/capistrano/upload_task.rb

Instance Method Summary collapse

Instance Method Details

#needed?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/capistrano/upload_task.rb', line 5

def needed?
  true # always needed because we can't check remote hosts
end