diff --git a/lib/ruby_indexer/lib/ruby_indexer/entry.rb b/lib/ruby_indexer/lib/ruby_indexer/entry.rb index d9e17e2db..df1be9d08 100644 --- a/lib/ruby_indexer/lib/ruby_indexer/entry.rb +++ b/lib/ruby_indexer/lib/ruby_indexer/entry.rb @@ -60,11 +60,6 @@ class Namespace < Entry abstract! - sig { returns(String) } - def short_name - T.must(@name.split("::").last) - end - sig { returns(T::Array[String]) } def included_modules @included_modules ||= T.let([], T.nilable(T::Array[String]))