Class: RubyIndexer::Index::Entry::Namespace

Inherits:
RubyIndexer::Index::Entry show all
Defined in:
lib/ruby_indexer/lib/ruby_indexer/index.rb

Direct Known Subclasses

Class, Module

Instance Attribute Summary

Attributes inherited from RubyIndexer::Index::Entry

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

Instance Method Summary collapse

Methods inherited from RubyIndexer::Index::Entry

#file_name, #initialize

Constructor Details

This class inherits a constructor from RubyIndexer::Index::Entry

Instance Method Details

#short_nameObject



269
270
271
# File 'lib/ruby_indexer/lib/ruby_indexer/index.rb', line 269

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