class Bundler::RubygemsIntegration

def stub_set_spec(stub, spec)

Experimental RBS support (using type sampling data from the type_fusion project).

def stub_set_spec: (Gem::StubSpecification stub, Gem::Specification spec) -> Gem::Specification

This signature was generated using 2 samples from 1 application.

def stub_set_spec(stub, spec)
  stub.instance_variable_set(:@spec, spec)
end