# File lib/bundler/cli.rb, line 297
    def exec(*args)
      require "bundler/cli/exec"
      Exec.new(options, args).run
    end