Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/cli/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/self/root/opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/cli/remove.rb

# frozen_string_literal: true

module Bundler
  class CLI::Remove
    def initialize(gems, options)
      @gems = gems
      @options = options
    end

    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
  end
end

Hacked By AnonymousFox1.0, Coded By AnonymousFox