class Solargraph::LanguageServer::Message::TextDocument::DidSave

def process

def process
  # @todo The server might not need to do anything in response to
  #   this notification. See https://github.com/castwide/solargraph/issues/73
  # host.save params
end