method

invoke

ruby latest stable - Class: Bundler::Thor::Group

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

invoke(*names, &block)
public

Invoke the given namespace or class given. It adds an instance method that will invoke the klass and command. You can give a block to configure how it will be invoked.

The namespace/class given will have its options showed on the help usage. Check invoke_from_option for more information.