method
subcommands
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor
subcommands()public
No documentation available.
# File lib/bundler/vendor/thor/lib/thor.rb, line 220
def subcommands
@subcommands ||= from_superclass(:subcommands, [])
end