lib/rubocop/cop/lint/debugger.rb in rubocop-0.74.0 vs lib/rubocop/cop/lint/debugger.rb in rubocop-0.75.0

- old
+ new

@@ -41,10 +41,10 @@ (const (cbase) :Kernel) } PATTERN def_node_matcher :debugger_call?, <<~PATTERN - {(send {nil? #kernel?} {:debugger :byebug} ...) + {(send {nil? #kernel?} {:debugger :byebug :remote_byebug} ...) (send (send {#kernel? nil?} :binding) {:pry :remote_pry :pry_remote} ...) (send (const {nil? (cbase)} :Pry) :rescue ...) (send nil? {:save_and_open_page :save_and_open_screenshot