Class: Rucoa::Handlers::TextDocumentDocumentHighlightHandler
- 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
Constructor Details
This class inherits a constructor from Rucoa::Handlers::Base
Instance Method Details
#call ⇒ void
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 |