Class: Rucoa::Handlers::TextDocumentDocumentHighlightHandler

Inherits:
Base
  • Object
show all
Includes:
Rucoa::HandlerConcerns::TextDocumentPositionParameters, Rucoa::HandlerConcerns::TextDocumentUriParameters
Defined in:
lib/rucoa/handlers/text_document_document_highlight_handler.rb

Defined Under Namespace

Modules: Highlights, NodeToHighlightsMappers

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

This class inherits a constructor from Rucoa::Handlers::Base

Instance Method Details

#callvoid

This method returns an undefined value.



12
13
14
# File 'lib/rucoa/handlers/text_document_document_highlight_handler.rb', line 12

def call
  respond(document_highlights)
end