summaryrefslogtreecommitdiff
path: root/lib/rubygems/command.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2023-03-16 13:45:57 +0900
committerHiroshi SHIBATA <[email protected]>2023-03-17 18:50:55 +0900
commitfef0313ec79beab2383e30062803a0f21b198b21 ()
tree4604684740ed2f292c957f5de8f9b4a8063d727c /lib/rubygems/command.rb
parent38664ede7ed6bf79c663706c8a02bb38b47d4eb2 (diff)
[rubygems/rubygems] util/rubocop -A --only Style/PreferredHashMethods
https://.com/rubygems/rubygems/commit/ae3bdc0e85
-rw-r--r--lib/rubygems/command.rb2
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ class Gem::Command
private
def option_is_deprecated?(option)
- @deprecated_options[command].has_key?(option)
end
def add_parser_description # :nodoc: