class RuboCop::Lsp::Server

def format(path, text)

def format(path, text)
  @runtime.format(path, text)
end