Module: RBI::Indexable
- Included in:
- Attr, Const, Extend, Helper, Include, Method, MixesInClassMethods, RequiresAncestor, Scope, Send, TEnumBlock, TEnumValue, TStructConst, TStructProp, TypeMember
- Defined in:
- lib/rbi/index.rb
Overview
A Node that can be referred to by a unique ID inside an index
Instance Method Summary collapse
-
#index_ids ⇒ Object
abstract
Unique IDs that refer to this node.
Instance Method Details
#index_ids ⇒ Object
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 |