method

terminate

v1_9_3_392 - Show latest stable - Class: OptionParser
terminate(arg = nil)
public

No documentation available.

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