# File lib/facets/core/hash/variablize_keys.rb, line 11
  def variablize_keys( of_class=nil )
    self.dup.variablize_keys!( of_class )
  end