class RuboCop::Cop::VariableForce::Variable

def should_be_unused?

def should_be_unused?
  name.to_s.start_with?('_')
end