module Bundler::Thor::Invocation

def invoke_all #:nodoc:

:nodoc:
Invoke all commands for the current instance.
def invoke_all #:nodoc:
  self.class.all_commands.map { |_, command| invoke_command(command) }
end