# File lib/rubygems/cmd_manager.rb, line 75 def register_command(command_obj) @commands[command_obj.command.intern] = command_obj end