class Bundler::CLI::Exec

def process_title(file, args)

def process_title(file, args)
  "#{file} #{args.join(" ")}".strip
end