instance()
Return the authoritative instance of the command manager.
# File lib/rubygems/command_manager.rb, line 78 def self.instance @command_manager ||= new end