Class: HelperTask
Instance Method Summary collapse
Methods included from TaskInterface
Instance Method Details
#discard ⇒ Object
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_name ⇒ Object
86 87 88 |
# File 'lib/helper.rb', line 86 def output_name nil end |