# File lib/whiskey_disk/config/filters/stringify_hash_keys_filter.rb, line 14
      def stringify(structure)
        return structure.clone unless structure.respond_to? :keys
        stringify_hash(structure)
      end