We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589f55d commit 4dde9cbCopy full SHA for 4dde9cb
lib/ruby_indexer/lib/ruby_indexer/index.rb
@@ -182,6 +182,8 @@ def index_single(indexable_path, source = nil)
182
# aliases, so we have to invoke `follow_aliased_namespace` again to check until we only return a real name
183
sig { params(name: String).returns(String) }
184
def follow_aliased_namespace(name)
185
+ return name if @entries[name]
186
+
187
parts = name.split("::")
188
real_parts = []
189
0 commit comments