# File typeprof-0.21.1/lib/typeprof/lsp.rb, line 394
def self.build_table
Classes.each {|klass| Table[klass::METHOD] = klass }
end
# File typeprof-0.21.1/lib/typeprof/lsp.rb, line 398
def self.find(method)
Table[method]
end
# File typeprof-0.21.1/lib/typeprof/lsp.rb, line 378
def respond(result)
raise "do not respond to notification" if @id == nil
@server.send_response(id: @id, result: result)
end