This cop checks for calls to debugger or pry.
byebug call node
(send nil :byebug)
debugger call node
(send nil :debugger)
binding.pry node
(send
(send nil :binding) :pry)
binding.remote_pry node
(send
(send nil :binding) :remote_pry)
Generated with the Darkfish Rdoc Generator 2.