Method: Gem.load_env_plugins

Defined in:
lib/rubygems.rb

.load_env_pluginsObject

Find all ‘rubygems_plugin’ files in $LOAD_PATH and load them



1072
1073
1074
# File 'lib/rubygems.rb', line 1072

def self.load_env_plugins
  load_plugin_files find_files_from_load_path("rubygems_plugin")
end