# File lib/riddle/configuration/index_settings.rb, line 90 def ignore_chars=(ignore_chars) @ignore_characters = nil_split ignore_chars, /,\s?/ end