method
run
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI::Clean
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