method
load_plugins
ruby latest stable - Class:
Bundler::RubygemsIntegration
load_plugins()public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 237
def load_plugins
Gem.load_plugins if Gem.respond_to?(:load_plugins)
end