class Bundler::CLI

def binstubs(*gems)

def binstubs(*gems)
  require "bundler/cli/binstubs"
  Binstubs.new(options, gems).run
end