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