method

_local_specification

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.

_local_specification()
public

No documentation available.

# File lib/bundler/endpoint_specification.rb, line 95
    def _local_specification
      return unless @loaded_from && File.exist?(local_specification_path)
      eval(File.read(local_specification_path)).tap do |spec|
        spec.loaded_from = @loaded_from
      end
    end