method

full_gem_path

ruby latest stable - Class: Bundler::StubSpecification

Method not available on this version

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

full_gem_path()
public

No documentation available.

# File lib/bundler/stub_specification.rb, line 54
    def full_gem_path
      # deleted gems can have their stubs return nil, so in that case grab the
      # expired path from the full spec
      stub.full_gem_path || method_missing(:full_gem_path)
    end