# File lib/bundler/cli/clean.rb, line 5definitialize(options)
@options = optionsend
Public Instance Methods
run()click to toggle source
# File lib/bundler/cli/clean.rb, line 9defrunifBundler.settings[:path] ||options[:force]
Bundler.load.clean(options[:"dry-run"])
elseBundler.ui.error"Can only use bundle clean when --path is set or --force is set"exit1endend