📄 03 - uninstalling a gem.rb
字号:
$ gem uninstall blinkenlightsAttempting to uninstall gem 'blinkenlights'Successfully uninstalled cmdparse version 0.0.2#---require 'rubygems'require 'rubygems/installer'require 'rubygems/remote_installer'Gem::RemoteInstaller.new.install('blinkenlights')require 'rubygems/gem_runner'require 'rubygems/doc_manager'Gem.manage_gemsGem::GemRunner.new.run(['uninstall', 'blinkenlights'])# Successfully uninstalled blinkenlights version 0.0.4#---Gem::Uninstaller.new('actionpack', {}).uninstall# You have requested to uninstall the gem:# actionpack-1.8.1# actionmailer-0.9.1 depends on [actionpack (= 1.8.1)]# If you remove this gem, the dependency will not be met.# Uninstall anyway? [yN]#---
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -