mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
[rubygems/rubygems] Specify explicit separator not to be affected by $;
1cea3d4dce
This commit is contained in:
parent
241950b1c5
commit
6e80cabb90
Notes:
git
2020-05-08 14:14:16 +09:00
2 changed files with 22 additions and 1 deletions
|
@ -77,7 +77,7 @@ class Gem::Command
|
|||
when Array
|
||||
@extra_args = value
|
||||
when String
|
||||
@extra_args = value.split
|
||||
@extra_args = value.split(' ')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue