class RuboCop::Cop::VariableForce::VariableTable

def variable_exist?(name)

def variable_exist?(name)
  find_variable(name)
end