class RuboCop::Cop::ThreadSafety::ClassInstanceVariable

def instance_variable_call?(node)

def instance_variable_call?(node)
  instance_variable_set_call?(node) || instance_variable_get_call?(node)
end