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