method
all_specs
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration::MoreFuture
all_specs()public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 815
def all_specs
require "bundler/remote_specification"
Gem::Specification.stubs.map do |stub|
StubSpecification.from_stub(stub)
end
end