Class: Recot::Tasks::BaseTask
- Inherits:
-
Object
- Object
- Recot::Tasks::BaseTask
- Defined in:
- lib/recot/tasks/base_task.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ BaseTask
constructor
A new instance of BaseTask.
- #run(args = nil) ⇒ Object
Constructor Details
#initialize ⇒ BaseTask
Returns a new instance of BaseTask.
8 9 10 |
# File 'lib/recot/tasks/base_task.rb', line 8 def initialize @user_root = Dir.pwd end |
Instance Method Details
#run(args = nil) ⇒ Object
12 13 |
# File 'lib/recot/tasks/base_task.rb', line 12 def run(args = nil) end |