Class: Solargraph::Source::Chain::Head
- Defined in:
- lib/solargraph/source/chain/head.rb
Overview
Note:
Chain::Head is only intended to handle ‘self` and `super`.
Chain::Head is a link for ambiguous words, e.g.; ‘String` can refer to either a class (`String`) or a function (`Kernel#String`).
Instance Attribute Summary
Attributes inherited from Link
Instance Method Summary collapse
Methods inherited from Link
#==, #clone_body, #clone_head, #constant?, #head?, #initialize, #undefined?
Constructor Details
This class inherits a constructor from Solargraph::Source::Chain::Link