class Gem::Commands::ExecCommand
def execute
def execute # Prevent the bundler from getting required unless it is actually being used require 'bundler' Bundler::CLI.run(:exec, options) end
def execute # Prevent the bundler from getting required unless it is actually being used require 'bundler' Bundler::CLI.run(:exec, options) end