class RuboCop::Cop::Style::SafeNavigation

def method_called?(send_node)

def method_called?(send_node)
  send_node&.parent&.send_type?
end