# File lib/optimist.rb, line 211
  def stop_on(*words)
    @stop_words = [*words].flatten
  end