[rubygems/rubygems] Move gemcutter utilities code to Gem::Command

https://github.com/rubygems/rubygems/commit/f296645033
This commit is contained in:
bronzdoc 2019-06-22 23:42:21 -06:00 committed by Hiroshi SHIBATA
parent 5eacb4c52e
commit c421ef1142
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2
2 changed files with 4 additions and 5 deletions

View File

@ -20,6 +20,10 @@ class Gem::Command
include Gem::UserInteraction
OptionParser.accept Symbol do |value|
value.to_sym
end
##
# The name of the command.

View File

@ -9,11 +9,6 @@ module Gem::GemcutterUtilities
include Gem::Text
# TODO: move to Gem::Command
OptionParser.accept Symbol do |value|
value.to_sym
end
attr_writer :host
##