[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotation

4e77a1d1d5
This commit is contained in:
Hiroshi SHIBATA 2023-03-16 13:36:06 +09:00
parent 52ea7afa5f
commit 66bd2c1a1c
18 changed files with 28 additions and 28 deletions

View file

@ -45,7 +45,7 @@ class Gem::Uninstaller
# Constructs an uninstaller that will uninstall +gem+
def initialize(gem, options = {})
# TODO document the valid options
# TODO: document the valid options
@gem = gem
@version = options[:version] || Gem::Requirement.default
@gem_home = File.realpath(options[:install_dir] || Gem.dir)