method

process_title

ruby latest stable - Class: Bundler::CLI::Exec

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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