Module: TaskInterface

Included in:
HelperTask, Task, WriteTask
Defined in:
lib/task.rb

Instance Method Summary collapse

Instance Method Details

#discardObject



19
20
21
# File 'lib/task.rb', line 19

def discard
  false
end

#executableObject



23
24
25
# File 'lib/task.rb', line 23

def executable
  false
end

#generate(context_binding) ⇒ Object

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/task.rb', line 11

def generate(context_binding)
  raise NotImplementedError
end

#output_nameObject

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/task.rb', line 15

def output_name
  raise NotImplementedError
end