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