method

__swap__

__swap__(spec)
public

No documentation available.

# File lib/bundler/endpoint_specification.rb, line 102
    def __swap__(spec)
      SharedHelpers.ensure_same_dependencies(self, dependencies, spec.dependencies)
      @remote_specification = spec
    end