method

full_gem_path

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