# File lib/riddle/configuration/index.rb, line 114
      def html_remove_elements=(html_remove_elements)
        @html_remove_element_tags = nil_split html_remove_elements, /,\s?/
      end