class RuboCop::Cop::Lint::Debugger

def binding_irb?(node)

def binding_irb?(node)
  target_ruby_version >= 2.4 && binding_irb_call?(node)
end