method
find_name
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration::Future
find_name(name)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 743
def find_name(name)
Gem::Specification.find_all_by_name name
end