class Bundler::Thor::Group

def self_command #:nodoc:

:nodoc:
Represents the whole class as a command.
def self_command #:nodoc:
  Bundler::Thor::DynamicCommand.new(namespace, class_options)
end