method
loaded_specs
ruby latest stable - Class:
Bundler::RubygemsIntegration
loaded_specs(name)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 47
def loaded_specs(name)
Gem.loaded_specs[name]
end