Class: Rucoa::Handlers::TextDocumentRangeFormattingHandler

Inherits:
Base
  • Object
show all
Includes:
Rucoa::HandlerConcerns::TextDocumentUriParameters
Defined in:
lib/rucoa/handlers/text_document_range_formatting_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



8
9
10
# File 'lib/rucoa/handlers/text_document_range_formatting_handler.rb', line 8

def call
  respond(edits)
end