nixme / pry-nav

Binding navigation commands for Pry to make a simple debugger
MIT License
390 stars 35 forks source link

Fix ruby 2.7 warning #32

Closed aliismayilov closed 3 years ago

aliismayilov commented 4 years ago

warning: FILE in eval may not return location in binding; use Binding#source_location instead

vivekbisen commented 3 years ago

@nixme Is there any update on this?