Skip to content

Commit

Permalink
[rubygems/rubygems] Remove missleading TODO comment. Can't use @parse…
Browse files Browse the repository at this point in the history
…r.accept since not

every class where this is used has a parser available. i.e lib/rubygems/install_update_options.rb

rubygems/rubygems@519fd4dcc0
  • Loading branch information
bronzdoc authored and hsbt committed Jul 30, 2019
1 parent c421ef1 commit 6be927f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rubygems/security_option.rb
Expand Up @@ -19,7 +19,6 @@ class Policy # :nodoc:

module Gem::SecurityOption
def add_security_option
# TODO: use @parser.accept
OptionParser.accept Gem::Security::Policy do |value|
require 'rubygems/security'

Expand Down

0 comments on commit 6be927f

Please sign in to comment.