register_command(command)
Register the Symbol command as a gem command.
# File lib/rubygems/command_manager.rb, line 86 def register_command(command) @commands[command] = false end