class RuboCop::Cop::Style::ClassVars
def on_send(node)
def on_send(node) return unless (first_argument = node.first_argument) add_offense(first_argument, message: format(MSG, class_var: first_argument.source)) end
def on_send(node) return unless (first_argument = node.first_argument) add_offense(first_argument, message: format(MSG, class_var: first_argument.source)) end