mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Specify explicit separator not to be affected by $;
This commit is contained in:
parent
53efe63280
commit
2b7409a2f2
10 changed files with 11 additions and 11 deletions
|
@ -158,7 +158,7 @@ class RDoc::RubygemsHook
|
|||
|
||||
case config_args = Gem.configuration[:rdoc]
|
||||
when String then
|
||||
args = args.concat config_args.split
|
||||
args = args.concat config_args.split(' ')
|
||||
when Array then
|
||||
args = args.concat config_args
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue