Class: Thor::HiddenTask
- Defined in:
- lib/bundler/vendor/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
Constructor Details
This class inherits a constructor from Thor::Task
Instance Method Details
#hidden? ⇒ Boolean
94 95 96 |
# File 'lib/bundler/vendor/thor/task.rb', line 94 def hidden? true end |