Module: FlogLsp
- Defined in:
- lib/flog_lsp/version.rb,
lib/flog_lsp/cli.rb,
lib/flog_lsp/lsp.rb
Overview
typed: false frozen_string_literal: true
Defined Under Namespace
Modules: Cli Classes: Error, Server
Constant Summary collapse
- VERSION =
"0.0.1"
Class Attribute Summary collapse
Class Attribute Details
.logger ⇒ Object
17 18 19 |
# File 'lib/flog_lsp/lsp.rb', line 17 def logger @logger ||= Logger.new($stderr) end |