Class: RubyLens::Index::ConstantReferenceCollector::Summary

Inherits:
Data
  • Object
show all
Defined in:
lib/rubylens/index/constant_reference_collector.rb

Overview

inbound_counts is keyed by namespace ordinal, absent meaning zero; each link is [referring namespace ordinal, referenced endpoint ordinal].

Instance Attribute Summary collapse

Instance Attribute Details

#inbound_countsObject (readonly)

Returns the value of attribute inbound_counts

Returns:

  • (Object)

    the current value of inbound_counts



21
22
23
# File 'lib/rubylens/index/constant_reference_collector.rb', line 21

def inbound_counts
  @inbound_counts
end

Returns the value of attribute links

Returns:

  • (Object)

    the current value of links



21
22
23
# File 'lib/rubylens/index/constant_reference_collector.rb', line 21

def links
  @links
end