class RuboCop::Cop::RSpec::VariableDefinition

def symbol?(node)

def symbol?(node)
  node.type?(:sym, :dsym)
end