mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove missleading TODO comment. Can't use @parser.accept since not
every class where this is used has a parser available. i.e lib/rubygems/install_update_options.rb https://github.com/rubygems/rubygems/commit/519fd4dcc0
This commit is contained in:
parent
c421ef1142
commit
6be927ff4a
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ end
|
|||
|
||||
module Gem::SecurityOption
|
||||
def add_security_option
|
||||
# TODO: use @parser.accept
|
||||
OptionParser.accept Gem::Security::Policy do |value|
|
||||
require 'rubygems/security'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue