Class: HelperTask

Inherits:
Object
  • Object
show all
Includes:
TaskInterface
Defined in:
lib/helper.rb

Instance Method Summary collapse

Methods included from TaskInterface

#executable

Instance Method Details

#discardObject



90
91
92
# File 'lib/helper.rb', line 90

def discard
  true
end

#generate(context_binding) ⇒ Object



82
83
84
# File 'lib/helper.rb', line 82

def generate(context_binding)
  Gen.h = Helper.new(Gen.doc)
end

#output_nameObject



86
87
88
# File 'lib/helper.rb', line 86

def output_name
  nil
end