Closed zw963 closed 3 years ago
I have one script use watchr gem, e.g.
#!/usr/bin/env watchr watch '(.+)\.rb$' do |match| run_file_test Dir["#{match[1]}_{test,spec}.rb"].join(' ') end ...
How to use pry-rescue in this case ?
If i can export a environment variable as flags, to decide use or not use pry-rescue, it will be fine.
it is the purpose my previous too. https://github.com/ConradIrwin/pry-rescue/issues/76
can't remember what this issue is for ... closing ...
I have one script use watchr gem, e.g.
How to use pry-rescue in this case ?
If i can export a environment variable as flags, to decide use or not use pry-rescue, it will be fine.
it is the purpose my previous too. https://github.com/ConradIrwin/pry-rescue/issues/76