nixme / pry-nav

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

Eliminate eval(__FILE__) warning for Ruby 2.6+ #36

Closed zxiest closed 3 years ago

zxiest commented 3 years ago

eval(__FILE__) gives a warning in the console with Ruby 2.6+. This PR eliminates it.