Method: Thor::Base::ClassMethods#create_command
- Defined in:
- lib/thor/base/class_methods.rb
#create_command(meth) ⇒ Object (protected) Also known as: create_task
SIGNATURE: Creates a new command if valid_command? is true. This method is called when a new method is added to the class.
631 632 |
# File 'lib/thor/base/class_methods.rb', line 631 def create_command(meth) #:nodoc: end |