# File lib/core/facets/string/variablize.rb, line 7
  def variablize
    v = gsub(/\W/, '_')
    "@#{v}"
  end