Class: Rucoa::Handlers::TextDocumentDocumentHighlightHandler::NodeToHighlightsMappers::LocalVariableMapper::UnshadowedNodeVisitor
- Inherits:
-
Object
- Object
- Rucoa::Handlers::TextDocumentDocumentHighlightHandler::NodeToHighlightsMappers::LocalVariableMapper::UnshadowedNodeVisitor
- Defined in:
- lib/rucoa/handlers/text_document_document_highlight_handler.rb
Instance Method Summary collapse
-
#initialize(node:, &block) ⇒ UnshadowedNodeVisitor
constructor
A new instance of UnshadowedNodeVisitor.
Constructor Details
#initialize(node:, &block) ⇒ UnshadowedNodeVisitor
Returns a new instance of UnshadowedNodeVisitor.
477 478 479 480 481 482 483 |
# File 'lib/rucoa/handlers/text_document_document_highlight_handler.rb', line 477 def initialize( node:, &block ) @block = block @node = node end |