class RuboCop::Cop::VariableForce::Assignment

def multiple_assignment?

def multiple_assignment?
  return false unless meta_assignment_node
  meta_assignment_node.type == MULTIPLE_ASSIGNMENT_TYPE
end