diff options
-rw-r--r-- | lib/rubygems/command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ class Gem::Command until extra.empty? do ex = [] ex << extra.shift - ex << extra.shift if extra.first.to_s =~ /^[^-]/ # rubocop:disable Performance/StartWith result << ex if handles?(ex) end |