Class: ConfigFor::Capistrano::UploadTask
- Inherits:
-
Rake::FileCreationTask
- Object
- Rake::FileCreationTask
- ConfigFor::Capistrano::UploadTask
- 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
202 203 204 |
# File 'lib/config_for/capistrano.rb', line 202 def needed? true end |