Represents a lazily loaded gem specification, where the full specification is on the source server in rubygems’ “quick” index. The proxy object is to be seeded with what we’re given from the source’s abbreviated index - the full specification will only be fetched when necessary.
Because Rubyforge cannot be trusted to provide valid specifications once the remote gem is downloaded, the backend specification will be swapped out.
# File lib/bundler/remote_specification.rb, line 39 def __swap__(spec) @specification = spec end
Generated with the Darkfish Rdoc Generator 2.