Class: Thor::HiddenTask
- Defined in:
- lib/vendor/thor/lib/thor/task.rb
Overview
A task that is hidden in help messages but still invocable.
Constant Summary
Constants inherited from Task
Instance Attribute Summary
Attributes inherited from Task
#description, #long_description, #name, #options, #usage
Instance Method Summary collapse
Methods inherited from Task
#formatted_usage, #initialize, #initialize_copy, #run
Methods inherited from Struct
Constructor Details
This class inherits a constructor from Thor::Task
Instance Method Details
#hidden? ⇒ Boolean
113 114 115 |
# File 'lib/vendor/thor/lib/thor/task.rb', line 113 def hidden? true end |