method
find_name
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration::MoreFuture
find_name(name)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 842
def find_name(name)
Gem::Specification.stubs_for(name).map(&:to_spec)
end