Sha256: 3c68a47f62d303c1bc46d6020d992c9aaaf0c4709b26939d62e9010cd0a66f42
Contents?: true
Size: 438 Bytes
Versions: 18
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
18 entries across 18 versions & 4 rubygems