class RuboCop::AST::Node

def shorthand_asgn?

def shorthand_asgn?
  SHORTHAND_ASSIGNMENTS.include?(type)
end