Method: Thor::Group.self_command
- Defined in:
- lib/thor/group.rb
.self_command ⇒ Object (protected) Also known as: self_task
Represents the whole class as a command.
244 245 246 |
# File 'lib/thor/group.rb', line 244 def self_command #:nodoc: Thor::DynamicCommand.new(namespace, ) end |