lib/ruby_lsp/utils.rb in ruby-lsp-0.12.5 vs lib/ruby_lsp/utils.rb in ruby-lsp-0.13.0
- old
+ new
@@ -2,13 +2,9 @@
# frozen_string_literal: true
module RubyLsp
# Used to indicate that a request shouldn't return a response
VOID = T.let(Object.new.freeze, Object)
-
- # This freeze is not redundant since the interpolated string is mutable
- WORKSPACE_URI = T.let(URI::Generic.from_path(path: Dir.pwd), URI::Generic)
-
BUNDLE_PATH = T.let(
begin
Bundler.bundle_path.to_s
rescue Bundler::GemfileNotFound
nil