Skip to content

Commit f0aadc7

Browse files
Remove deadcode for RubyLsp::Rails::NullClient::connected?
1 parent 5c59f2f commit f0aadc7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

-5
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ def rails_root
403403
Dir.pwd
404404
end
405405

406-
sig { returns(T::Boolean) }
407-
def connected?
408-
false
409-
end
410-
411406
private
412407

413408
sig { params(message: ::String, type: ::Integer).void }

0 commit comments

Comments
 (0)