Method: Bundler::Thor.subcommands
- Defined in:
- lib/bundler/vendor/thor/lib/thor.rb
.subcommands ⇒ Object Also known as: subtasks
225 226 227 |
# File 'lib/bundler/vendor/thor/lib/thor.rb', line 225 def subcommands @subcommands ||= from_superclass(:subcommands, []) end |