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