Class: Thor::HiddenTask

Inherits:
Task show all
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

Task::FILE_REGEXP

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

#as_json, json_create, #to_json

Constructor Details

This class inherits a constructor from Thor::Task

Instance Method Details

#hidden?Boolean

Returns:

  • (Boolean)


113
114
115
# File 'lib/vendor/thor/lib/thor/task.rb', line 113

def hidden?
  true
end