Module: RBI::Indexable

Overview

A Node that can be referred to by a unique ID inside an index

Instance Method Summary collapse

Instance Method Details

#index_idsObject

This method is abstract.

Unique IDs that refer to this node.

Some nodes can have multiple ids, for example an attribute accessor matches the ID of the getter and the setter. : -> Array



76
# File 'lib/rbi/index.rb', line 76

def index_ids; end