Closed prpetten closed 9 years ago
byebug is the new debugging standard for ruby 2.x, and adding 'byebug' to a file works just like dropping in a 'debugger' in ruby 1.x.
byebug github repo: https://github.com/deivid-rodriguez/byebug
Would like to check for 'byebug' as well as 'debugger'
i second this :)
closing in favour of #207
https://github.com/jish/pre-commit/pull/224
byebug is the new debugging standard for ruby 2.x, and adding 'byebug' to a file works just like dropping in a 'debugger' in ruby 1.x.
byebug github repo: https://github.com/deivid-rodriguez/byebug
Would like to check for 'byebug' as well as 'debugger'