class RuboCop::AST::MasgnNode

def assignments

Returns:
  • (Array) - the assignment nodes of the multiple assignment
def assignments
  lhs.assignments
end