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