method

run

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

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/remove.rb, line 10
    def run
      raise InvalidOption, "Please specify gems to remove." if @gems.empty?

      Injector.remove(@gems, {})

      Installer.install(Bundler.root, Bundler.definition) if @options["install"]
    end