method

process_title

v2_6_3 - Show latest stable - Class: Bundler::CLI::Exec
process_title(file, args)
private

No documentation available.

# File lib/bundler/cli/exec.rb, line 84
    def process_title(file, args)
      "#{file} #{args.join(" ")}".strip
    end