Skip to content

Commit 1522403

Browse files
Remove deadcode for RubyLsp::Rails::RunnerClient::connected?
1 parent 5c59f2f commit 1522403

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
@@ -273,11 +273,6 @@ def stopped?
273273
[@stdin, @stdout, @stderr].all?(&:closed?) && !@wait_thread.alive?
274274
end
275275

276-
sig { returns(T::Boolean) }
277-
def connected?
278-
true
279-
end
280-
281276
private
282277

283278
sig do

0 commit comments

Comments
 (0)