Skip to content

Commit

Permalink
Remove unused short_name method (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Apr 26, 2024
1 parent 9b31275 commit 494e90e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/ruby_indexer/lib/ruby_indexer/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 494e90e

Please sign in to comment.