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