method

all_specs

ruby latest stable - Class: Bundler::RubygemsIntegration::MoreFuture

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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