# File lib/dm-core/support/mash.rb, line 153
    def convert_key(key)
      key.kind_of?(Symbol) ? key.to_s : key
    end