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