# File lib/facebooker/rails/helpers.rb, line 593
  def transform_keys!(transformation_hash)
    transformation_hash.each_pair{|key, value| transform_key!(key, value)}
  end