method

__swap__

ruby latest stable - Class: Bundler::EndpointSpecification

Method not available on this version

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

__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