# File lib/riddle/configuration/index.rb, line 98 def ngram_chars=(ngram_chars) @ngram_characters = nil_split ngram_chars, /,\s?/ end