class Gem::Commands::PushCommand
def description # :nodoc:
def description # :nodoc: <<-EOF e push command uploads a gem to the push server (the default is tps://rubygems.org) and adds it to the index. e gem can be removed from the index and deleted from the server using the yank mmand. For further discussion see the help for the yank command. e push command will use ~/.gem/credentials to authenticate to a server, but you can use the RubyGems environment variable GEM_HOST_API_KEY to set the api key to authenticate. EOF end