# File lib/optparse.rb, line 802
  def self.terminate(arg = nil)
    throw :terminate, arg
  end