Skip to content

Commit 244dd45

Browse files
Remove deadcode for RubyLsp::Rails::IOWrapper::print
1 parent 5c59f2f commit 244dd45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/ruby_lsp/ruby_lsp_rails/server.rb

-4
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@ def puts(*args)
203203
args.each { |arg| log("#{arg}\n") }
204204
end
205205

206-
def print(*args)
207-
args.each { |arg| log(arg.to_s) }
208-
end
209-
210206
private
211207

212208
def log(message)

0 commit comments

Comments
 (0)