# File lib/chef/mash.rb, line 205
  def convert_key(key)
    key.kind_of?(Symbol) ? key.to_s : key
  end