ConradIrwin / pry-rescue

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

try-agin does not reload let blocks #69

Open Dkendal opened 10 years ago

Dkendal commented 10 years ago

I have a feeling that this is going to be expected behavior but if you use try-again after modifying a let statement the test does not reevaluate them. Is there a method to force them to be reevaluated?

ConradIrwin commented 10 years ago

Not yet. I'd love a pull request :).