Class: ConfigFor::Capistrano::UploadTask

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

Overview

Inheriting from Rake::FileCreationTask because it does not scope task by namespace. Capistrano uses default Rake::Task which inside namespace produces: namespace:path/file.ext instead of just path/file.ext

Instance Method Summary collapse

Instance Method Details

#needed?Boolean

Returns:

  • (Boolean)


202
203
204
# File 'lib/config_for/capistrano.rb', line 202

def needed?
  true
end