Module: TaskInterface
- Included in:
- HelperTask, Task, WriteTask
- Defined in:
- lib/task.rb
Instance Method Summary collapse
Instance Method Details
#discard ⇒ Object
19 20 21 |
# File 'lib/task.rb', line 19 def discard false end |
#executable ⇒ Object
23 24 25 |
# File 'lib/task.rb', line 23 def executable false end |
#generate(context_binding) ⇒ Object
11 12 13 |
# File 'lib/task.rb', line 11 def generate(context_binding) raise NotImplementedError end |
#output_name ⇒ Object
15 16 17 |
# File 'lib/task.rb', line 15 def output_name raise NotImplementedError end |