Sha256: f7abb66c3a0dca758ccc91b30667b7e40158c5bb815b99dd4ede2afddfe79cdf
Contents?: true
Size: 438 Bytes
Versions: 116
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true # # This code is based on https://github.com/standardrb/standard. # # Copyright (c) 2023 Test Double, Inc. # # The MIT License (MIT) # # https://github.com/standardrb/standard/blob/main/LICENSE.txt # module RuboCop module Lsp # Log for Language Server Protocol of RuboCop. # @api private class Logger def self.log(message) warn("[server] #{message}") end end end end
Version data entries
116 entries across 116 versions & 9 rubygems