class Bundler::CLI

def exec

def exec
  @environment.setup_environment
  # w0t?
  super(*$command)
end