whoami7 - Manager
:
/
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
bundler-2.2.33
/
lib
/
bundler
/
cli
/
Upload File:
files >> //opt/alt/ruby30/share/gems/gems/bundler-2.2.33/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) end end end
Copyright ©2021 || Defacer Indonesia