Class: RubyIndexer::Entry::Namespace
- Inherits:
-
RubyIndexer::Entry
- Object
- RubyIndexer::Entry
- RubyIndexer::Entry::Namespace
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Instance Attribute Summary
Attributes inherited from RubyIndexer::Entry
#comments, #file_path, #location, #name, #visibility
Instance Method Summary collapse
Methods inherited from RubyIndexer::Entry
Constructor Details
This class inherits a constructor from RubyIndexer::Entry
Instance Method Details
#short_name ⇒ Object
44 45 46 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 44 def short_name T.must(@name.split("::").last) end |