Class: Rucoa::Handlers::TextDocumentHoverHandler

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

Instance Method Summary collapse

Methods inherited from Base

call, #initialize

Constructor Details

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

Instance Method Details

#callObject



9
10
11
# File 'lib/rucoa/handlers/text_document_hover_handler.rb', line 9

def call
  respond(hover)
end