# File lib/rubygems/gem_commands.rb, line 190 def self.load_commands(*command_names) command_names.each{|name| require "rubygems/commands/#{name}_command" } end