deivid-rodriguez/pry-byebug

BUG: binding.pry does nothing as last command in file

Opened this issue · 0 comments

When using pry-byebug, the binding.pry instruction is non-functional at the end of a code file:

require 'pry'
...code...
...code...
...code...
binding.pry
# ruby myfile.rb
# _

"Banister" from the pry repo reckons this is a bug in pry-byebug. See the issue here.