Class: RubyIndexer::Entry::Namespace

Inherits:
RubyIndexer::Entry show all
Extended by:
T::Helpers, T::Sig
Defined in:
lib/ruby_indexer/lib/ruby_indexer/entry.rb

Direct Known Subclasses

Class, Module

Instance Attribute Summary

Attributes inherited from RubyIndexer::Entry

#comments, #file_path, #location, #name, #visibility

Instance Method Summary collapse

Methods inherited from RubyIndexer::Entry

#file_name, #initialize

Constructor Details

This class inherits a constructor from RubyIndexer::Entry

Instance Method Details

#short_nameObject



44
45
46
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 44

def short_name
  T.must(@name.split("::").last)
end