Method: Gem.load_env_plugins

Defined in:
lib/rubygems.rb

.load_env_pluginsObject

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



1096
1097
1098
# File 'lib/rubygems.rb', line 1096

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