Method: Bundler::Thor::Base::ClassMethods#commands
- Defined in:
- lib/bundler/vendor/thor/lib/thor/base.rb
#commands ⇒ Object Also known as: tasks
Returns the commands for this Bundler::Thor class.
Returns
- Hash
-
An ordered hash with commands names as keys and Bundler::Thor::Command objects as values.
471 472 473 |
# File 'lib/bundler/vendor/thor/lib/thor/base.rb', line 471 def commands @commands ||= Hash.new end |