unregister_command(command)
Unregister the Symbol command as a gem command.
# File lib/rubygems/command_manager.rb, line 124 def unregister_command(command) @commands.delete command end