mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotation
4e77a1d1d5
This commit is contained in:
parent
52ea7afa5f
commit
66bd2c1a1c
18 changed files with 28 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue