Closed hsbt closed 1 year ago
If we invoked rails new railsapp with RUBYOPT=-w, we will get the following warnings.
rails new railsapp
RUBYOPT=-w
/path/to/debug-1.8.0/lib/debug/session.rb:2527: warning: assigned but unused variable - sym /path/to/debug-1.8.0/lib/debug/thread_client.rb:618: warning: assigned but unused variable - e
I removed them.
I think this is duplicated with #993
👍 Thanks. I'll close this.
Description
If we invoked
rails new railsapp
withRUBYOPT=-w
, we will get the following warnings.I removed them.