class Solargraph::LanguageServer::Message::MethodNotImplemented

Public Instance Methods

process() click to toggle source
# File lib/solargraph/language_server/message/method_not_implemented.rb, line 7
def process
  # This method ignores optional requests, e.g., any method that
  # starts with `$/`.
end