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