Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
self_command()
protected
Represents the whole class as a command.
# File lib/bundler/vendor/thor/lib/thor/group.rb, line 243
def self_command #:nodoc:
Bundler::Thor::DynamicCommand.new(namespace, class_options)
end