method

local_specification_path

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_path()
private

No documentation available.

# File lib/bundler/endpoint_specification.rb, line 109
    def local_specification_path
      "#{base_dir}/specifications/#{full_name}.gemspec"
    end