ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
852 stars 49 forks source link

Remove source location #123

Open jasonewall opened 2 years ago

jasonewall commented 2 years ago

This is to resolve the currently failing spec on removing the internal implementation of Binding#source_location by April 2021.

As I currently work on two applications some what stuck on Ruby 2.5 for the time being I would like to continue to use newer versions of pry-rescue without having to upgrade first, I also provided the option to manually require 'pry-rescue/source_location' if using a version of Ruby that doesn't have the built in source_location.