Class: Solargraph::LanguageServer::Message::MethodNotImplemented

Inherits:
Base
  • Object
show all
Defined in:
lib/solargraph/language_server/message/method_not_implemented.rb

Instance Attribute Summary

Attributes inherited from Base

#error, #host, #id, #method, #params, #request, #result

Instance Method Summary collapse

Methods inherited from Base

#initialize, #post_initialize, #send_response, #set_error, #set_result

Constructor Details

This class inherits a constructor from Solargraph::LanguageServer::Message::Base

Instance Method Details

#processObject



5
6
7
8
# File 'lib/solargraph/language_server/message/method_not_implemented.rb', line 5

def process
  # This method ignores optional requests, e.g., any method that
  # starts with `$/`.
end