class RuboCop::Cop::Lint::UnreachableCode

def flow_command?(node)

def flow_command?(node)
  FLOW_COMMANDS.any? { |c| command?(c, node) }
end