mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
parent
9d696aa204
commit
2755cb1b2f
262 changed files with 3027 additions and 3113 deletions
|
@ -15,8 +15,8 @@ class Gem::Commands::UninstallCommand < Gem::Command
|
|||
|
||||
def initialize
|
||||
super "uninstall", "Uninstall gems from the local repository",
|
||||
:version => Gem::Requirement.default, :user_install => true,
|
||||
:check_dev => false, :vendor => false
|
||||
version: Gem::Requirement.default, user_install: true,
|
||||
check_dev: false, vendor: false
|
||||
|
||||
add_option("-a", "--[no-]all",
|
||||
"Uninstall all matching versions") do |value, options|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue