# File lib/whiskey_disk/config/filters/hashify_domain_entries_filter.rb, line 10
      def hashify_domain(domain)
        needs_hashing?(domain) ? { 'name' => domain } : domain
      end