From 9f1495232eca5a3c14509ac9acee60b40acd9e0e Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 30 Oct 2015 00:54:12 +0000 Subject: * lib/rubygems: Update to RubyGems HEAD(60d7972). this version contains pull requests number of #1343, #1356, #1357, #1363 at https://github.com/rubygems/rubygems/pulls * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/commands/help_command.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/rubygems/commands/help_command.rb') diff --git a/lib/rubygems/commands/help_command.rb b/lib/rubygems/commands/help_command.rb index 955ceb929f..c407836467 100644 --- a/lib/rubygems/commands/help_command.rb +++ b/lib/rubygems/commands/help_command.rb @@ -370,15 +370,5 @@ platform. end end - def show_help # :nodoc: - command = @command_manager[options[:help]] - if command then - # help with provided command - command.invoke("--help") - else - alert_error "Unknown command #{options[:help]}. Try 'gem help commands'" - end - end - end -- cgit v1.2.3