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