method
stub_set_spec
v2_6_3 -
Show latest stable
- Class:
Bundler::RubygemsIntegration
stub_set_spec(stub, spec)public
No documentation available.
# File lib/bundler/rubygems_integration.rb, line 101
def stub_set_spec(stub, spec)
stub.instance_variable_set(:@spec, spec)
end