deivid-rodriguez / byebug

Debugging in Ruby 2
BSD 2-Clause "Simplified" License
3.34k stars 328 forks source link

Skip warning about `$SAFE` global variable #736

Closed deivid-rodriguez closed 4 years ago

deivid-rodriguez commented 4 years ago

When accessing $SAFE, ruby 2.7 will print a warning about it becoming a regular global variable. While this might help users relying on the previous special functionality, I don't think it's useful in the context of listing global variables inside a debugger.