# File lib/whiskey_disk/config.rb, line 107
      def compact_list(list)
        [ list ].flatten.delete_if { |d| d.nil? or d == '' }
      end