# File lib/bundler/vendor/thor/lib/thor/base.rb, line 344
      def all_commands
        @all_commands ||= from_superclass(:all_commands, Bundler::Thor::CoreExt::OrderedHash.new)
        @all_commands.merge(commands)
      end