class RubyLsp::Result

def initialize(response:, error: nil)

def initialize(response:, error: nil)
  @response = response
  @error = error
end