method

run

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

Method not available on this version

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

run()
public

No documentation available.

# File lib/bundler/cli/clean.rb, line 11
    def run
      require_path_or_force unless options[:"dry-run"]
      Bundler.load.clean(options[:"dry-run"])
    end