ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Fix ruby warnings #993

Closed y-yagi closed 1 year ago

y-yagi commented 1 year ago

Description

This fixes the following Ruby warnings:

lib/ruby/gems/3.2.0/gems/debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym
lib/ruby/gems/3.2.0/gems/debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e
nwarwick commented 1 year ago

Also noticed these! Thanks for the PR @y-yagi