# File lib/riddle/configuration/index.rb, line 58
      def stopwords=(stopwords)
        @stopword_files = nil_split stopwords, ' '
      end