mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
parent
9d696aa204
commit
2755cb1b2f
262 changed files with 3027 additions and 3113 deletions
|
@ -21,8 +21,8 @@ class Gem::Commands::UnpackCommand < Gem::Command
|
|||
require "fileutils"
|
||||
|
||||
super "unpack", "Unpack an installed gem to the current directory",
|
||||
:version => Gem::Requirement.default,
|
||||
:target => Dir.pwd
|
||||
version: Gem::Requirement.default,
|
||||
target: Dir.pwd
|
||||
|
||||
add_option("--target=DIR",
|
||||
"target directory for unpacking") do |value, options|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue