class RuboCop::Cop::VariableForce

def process_zero_arity_super(node)

def process_zero_arity_super(node)
  variable_table.accessible_variables.each do |variable|
    next unless variable.method_argument?
    variable.reference!(node)
  end
end