class RubyLsp::Message

A notification to be sent to the client

def initialize(method:, params:)

def initialize(method:, params:)
  @method = method
  @params = params
end

def to_hash; end

def to_hash; end